[Cmake-commits] [cmake-commits] zach.mullen committed CMakeLists.txt 1.177 1.178

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Feb 11 11:58:06 EST 2010


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

Modified Files:
	CMakeLists.txt 
Log Message:
Add a high COST value to BootstrapTest so that it will be scheduled first in parallel ctest executions.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v
retrieving revision 1.177
retrieving revision 1.178
diff -C 2 -d -r1.177 -r1.178
*** CMakeLists.txt	3 Feb 2010 21:32:26 -0000	1.177
--- CMakeLists.txt	11 Feb 2010 16:58:04 -0000	1.178
***************
*** 1484,1487 ****
--- 1484,1489 ----
        ${CMake_BINARY_DIR}/Tests/BootstrapTest/Bootstrap.cmk/cmake)
      LIST(APPEND TEST_BUILD_DIRS "${CMake_BINARY_DIR}/Tests/BootstrapTest")
+     # Make this test run early during parallel execution
+     SET_TESTS_PROPERTIES(BootstrapTest PROPERTIES COST 5000)
  
      # provide more time for the bootstrap test



More information about the Cmake-commits mailing list