summaryrefslogtreecommitdiff
path: root/CTestCustom.ctest.in
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-09-15 11:05:34 -0400
committerKen Martin <ken.martin@kitware.com>2005-09-15 11:05:34 -0400
commitd2ff55bc8273344cdcf4427ec285f604b2f281a3 (patch)
tree3e97cdad2856ab0706019267a54989ce9e8e69f1 /CTestCustom.ctest.in
parent6975e6acee306c17e7531c6d75f58398253843e3 (diff)
downloadcmake-d2ff55bc8273344cdcf4427ec285f604b2f281a3.tar.gz
ENH: cleaner code coverage
Diffstat (limited to 'CTestCustom.ctest.in')
-rw-r--r--CTestCustom.ctest.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/CTestCustom.ctest.in b/CTestCustom.ctest.in
index 454694b7e6..77683cbf92 100644
--- a/CTestCustom.ctest.in
+++ b/CTestCustom.ctest.in
@@ -29,4 +29,10 @@ IF(NOT "@CMAKE_GENERATOR@" MATCHES "XCode")
)
ENDIF (NOT "@CMAKE_GENERATOR@" MATCHES "XCode")
+IF(NOT "@CMAKE_GENERATOR@" MATCHES "KDevelop")
+ SET(CTEST_CUSTOM_COVERAGE_EXCLUDE
+ ${CTEST_CUSTOM_COVERAGE_EXCLUDE}
+ "Kdevelop"
+ )
+ENDIF (NOT "@CMAKE_GENERATOR@" MATCHES "KDevelop")