summaryrefslogtreecommitdiffstats
path: root/CTestCustom.ctest.in
diff options
context:
space:
mode:
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 454694b..77683cb 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")