[Cmake-commits] [cmake-commits] zach.mullen committed CMakeLists.txt 1.152 1.153

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Nov 10 10:40:18 EST 2009


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

Modified Files:
	CMakeLists.txt 
Log Message:
Change logic of ctest subdirs command to allow for absolute paths.  Also added test coverage for passing absolute paths to subdirs.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v
retrieving revision 1.152
retrieving revision 1.153
diff -C 2 -d -r1.152 -r1.153
*** CMakeLists.txt	9 Nov 2009 17:05:46 -0000	1.152
--- CMakeLists.txt	10 Nov 2009 15:40:13 -0000	1.153
***************
*** 1211,1214 ****
--- 1211,1217 ----
      --output-log "${CMake_BINARY_DIR}/Tests/CTestTestSubdir/testOutput.log"
      )
+   #make sure all 3 subdirs were added
+   SET_TESTS_PROPERTIES(CTestTestSubdir PROPERTIES
+     PASS_REGULAR_EXPRESSION "0 tests failed out of 3")
      
    CONFIGURE_FILE(



More information about the Cmake-commits mailing list