[cmake-commits] david.cole committed CTestCustom.cmake.in 1.3 1.4
cmake-commits at cmake.org
cmake-commits at cmake.org
Mon Feb 25 10:17:19 EST 2008
Update of /cvsroot/CMake/CMake
In directory public:/mounts/ram/cvs-serv2187
Modified Files:
CTestCustom.cmake.in
Log Message:
BUG: Exclude try_compile sources and kwsys files from CMake coverage results.
Index: CTestCustom.cmake.in
===================================================================
RCS file: /cvsroot/CMake/CMake/CTestCustom.cmake.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- CTestCustom.cmake.in 24 Sep 2007 15:18:22 -0000 1.3
+++ CTestCustom.cmake.in 25 Feb 2008 15:17:17 -0000 1.4
@@ -39,3 +39,14 @@
"Kdevelop"
)
ENDIF (NOT "@CMAKE_GENERATOR@" MATCHES "KDevelop")
+
+SET(CTEST_CUSTOM_COVERAGE_EXCLUDE
+ ${CTEST_CUSTOM_COVERAGE_EXCLUDE}
+
+ # Exclude kwsys files from coverage results. They are reported
+ # (with better coverage results) on kwsys dashboards...
+ "/Source/(cm|kw)sys/"
+
+ # Exclude try_compile sources from coverage results:
+ "/CMakeFiles/CMakeTmp/"
+ )
More information about the Cmake-commits
mailing list