Skip to content

CTest: Fix GTM coverage handling of entry point named "%"

Joe Snyder requested to merge joe-snyder/cmake:fix_%_parsing into master

Removing the "%" character from the name of the routine in the line parser causes CTest to be unable to find a routine entry point that is only named "%". Instead leave it during line parsing and handle routine names ending in "%" explicitly when loading files.

Topic-rename: ctest-coverage-gtm-percent

Edited by Brad King

Merge request reports