summaryrefslogtreecommitdiff
path: root/CTestCustom.cmake.in
diff options
context:
space:
mode:
authorZach Mullen <zach.mullen@kitware.com>2010-04-23 11:22:54 -0400
committerZach Mullen <zach.mullen@kitware.com>2010-04-23 11:22:54 -0400
commit6ea92132449275bdd485a6a5a27f399896d16720 (patch)
tree41a7f09a0642bf18f1ef2562a27f243057610aa1 /CTestCustom.cmake.in
parent7049dff85a7cbfd64d61de60c27ea794d013570c (diff)
downloadcmake-6ea92132449275bdd485a6a5a27f399896d16720.tar.gz
Coverage glob should search in Source dir
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r--CTestCustom.cmake.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index b0486b46b8..abe1b42a12 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
-)