diff options
author | Zach Mullen <zach.mullen@kitware.com> | 2010-04-23 15:22:54 (GMT) |
---|---|---|
committer | Zach Mullen <zach.mullen@kitware.com> | 2010-04-23 15:22:54 (GMT) |
commit | 6ea92132449275bdd485a6a5a27f399896d16720 (patch) | |
tree | 41a7f09a0642bf18f1ef2562a27f243057610aa1 /CTestCustom.cmake.in | |
parent | 7049dff85a7cbfd64d61de60c27ea794d013570c (diff) | |
download | CMake-6ea92132449275bdd485a6a5a27f399896d16720.zip CMake-6ea92132449275bdd485a6a5a27f399896d16720.tar.gz CMake-6ea92132449275bdd485a6a5a27f399896d16720.tar.bz2 |
Coverage glob should search in Source dir
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r-- | CTestCustom.cmake.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in index b0486b4..abe1b42 100644 --- a/CTestCustom.cmake.in +++ b/CTestCustom.cmake.in @@ -66,8 +66,3 @@ SET(CTEST_CUSTOM_COVERAGE_EXCLUDE # Exclude Qt source files from coverage results: "[A-Za-z]./[Qq]t/qt-.+-opensource-src" ) - -SET(CTEST_EXTRA_COVERAGE_GLOB - *.txx - *.cxx -) |