mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-03 05:08:47 -06:00
ENH: More support for gcov 4.0
This commit is contained in:
@@ -196,7 +196,7 @@ int cmCTestCoverageHandler::ProcessHandler()
|
||||
|
||||
|
||||
// Style 2
|
||||
std::string st2gcovOutputRex1 = "^File *`(.*)'$";
|
||||
std::string st2gcovOutputRex1 = "^File *[`'](.*)'$";
|
||||
std::string st2gcovOutputRex2 = "Lines executed: *[0-9]+\\.[0-9]+% of [0-9]+$";
|
||||
std::string st2gcovOutputRex3 = "^(.*):creating `(.*\\.gcov)'";
|
||||
std::string st2gcovOutputRex4 = "^(.*):unexpected EOF *$";
|
||||
|
||||
Reference in New Issue
Block a user