[Cmake-commits] [cmake-commits] david.cole committed CTestCustom.cmake.in 1.10 1.11

cmake-commits at cmake.org cmake-commits at cmake.org
Sat Oct 24 13:11:05 EDT 2009


Update of /cvsroot/CMake/CMake
In directory public:/mounts/ram/cvs-serv3506

Modified Files:
	CTestCustom.cmake.in 
Log Message:
Exclude Qt source files from coverage results.


Index: CTestCustom.cmake.in
===================================================================
RCS file: /cvsroot/CMake/CMake/CTestCustom.cmake.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -C 2 -d -r1.10 -r1.11
*** CTestCustom.cmake.in	1 Oct 2009 20:47:08 -0000	1.10
--- CTestCustom.cmake.in	24 Oct 2009 17:11:03 -0000	1.11
***************
*** 54,56 ****
--- 54,59 ----
    # Exclude try_compile sources from coverage results:
    "/CMakeFiles/CMakeTmp/"
+ 
+   # Exclude Qt source files from coverage results:
+   "[A-Za-z]./[Qq]t/qt-.+-opensource-src"
    )



More information about the Cmake-commits mailing list