diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-08-03 17:34:13 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-08-03 17:34:13 (GMT) |
commit | 7bd1e74177f4f2a633749a205a687c030fc950c3 (patch) | |
tree | 3729f357fb2013959bde7cf8301998cf6872d849 /Source/CTest | |
parent | e26c160698482b5c1c51746a62a185790f2af4a9 (diff) | |
download | CMake-7bd1e74177f4f2a633749a205a687c030fc950c3.zip CMake-7bd1e74177f4f2a633749a205a687c030fc950c3.tar.gz CMake-7bd1e74177f4f2a633749a205a687c030fc950c3.tar.bz2 |
ENH: More support for gcov 4.0
Diffstat (limited to 'Source/CTest')
-rw-r--r-- | Source/CTest/cmCTestCoverageHandler.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/cmCTestCoverageHandler.cxx b/Source/CTest/cmCTestCoverageHandler.cxx index e542a4d..e5ee9a1 100644 --- a/Source/CTest/cmCTestCoverageHandler.cxx +++ b/Source/CTest/cmCTestCoverageHandler.cxx @@ -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 *$"; |