Skip to content

GoogleTest: Fix regex matching all dots in the suite name

Regex in GoogleTestAddTests.cmake on this line (\.( *#.*)?) matches all dots in the suite name, and not only the trailing one (as also stated in the comment above).
This lead to the removal of all dots contained in the suite name (e.g. suite variable will be set to nssuite for the input ns.suite., instead of ns.suite).

Topic-rename: GoogleTest-dots

Edited by Francesco Guastella

Merge request reports