summaryrefslogtreecommitdiff
path: root/CTestCustom.cmake.in
diff options
context:
space:
mode:
authorZach Mullen <zach.mullen@kitware.com>2010-04-23 09:16:18 -0400
committerZach Mullen <zach.mullen@kitware.com>2010-04-23 09:20:53 -0400
commit7049dff85a7cbfd64d61de60c27ea794d013570c (patch)
treeeec8c9ba35b930ad113262c38ca799740c95a0fb /CTestCustom.cmake.in
parent6c7611977742a07776ef7e9d5d5df8a97575ab84 (diff)
downloadcmake-7049dff85a7cbfd64d61de60c27ea794d013570c.tar.gz
Implement extra coverage globbing
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r--CTestCustom.cmake.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index abe1b42a12..b0486b46b8 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -66,3 +66,8 @@ 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
+)