[Cmake-commits] [cmake-commits] zach.mullen committed CMakeLists.txt 1.114 1.115

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Sep 23 14:13:35 EDT 2009


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

Modified Files:
	CMakeLists.txt 
Log Message:
Uncommented the dependency of CTestTestNoExe on CTestTestNoBuild so that it will work in parallel now.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v
retrieving revision 1.114
retrieving revision 1.115
diff -C 2 -d -r1.114 -r1.115
*** CMakeLists.txt	23 Sep 2009 16:45:39 -0000	1.114
--- CMakeLists.txt	23 Sep 2009 18:13:33 -0000	1.115
***************
*** 1060,1064 ****
      --output-log "${CMake_BINARY_DIR}/Tests/CTestTestFailure/testOut2.log"
      )
!   SET_TESTS_PROPERTIES(CTestTestNoExe PROPERTIES #DEPENDS CTestTestNoBuild
      PASS_REGULAR_EXPRESSION "Could not find executable"
      FAIL_REGULAR_EXPRESSION "SegFault")
--- 1060,1064 ----
      --output-log "${CMake_BINARY_DIR}/Tests/CTestTestFailure/testOut2.log"
      )
!   SET_TESTS_PROPERTIES(CTestTestNoExe PROPERTIES DEPENDS CTestTestNoBuild
      PASS_REGULAR_EXPRESSION "Could not find executable"
      FAIL_REGULAR_EXPRESSION "SegFault")



More information about the Cmake-commits mailing list