[Cmake-commits] [cmake-commits] zach.mullen committed cmSetTestsPropertiesCommand.h 1.13 1.14

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Nov 25 11:25:07 EST 2009


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

Modified Files:
	cmSetTestsPropertiesCommand.h 
Log Message:
BUG 9969: document set_tests_properties TIMEOUT property.


Index: cmSetTestsPropertiesCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmSetTestsPropertiesCommand.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -C 2 -d -r1.13 -r1.14
*** cmSetTestsPropertiesCommand.h	28 Sep 2009 15:42:49 -0000	1.13
--- cmSetTestsPropertiesCommand.h	25 Nov 2009 16:25:04 -0000	1.14
***************
*** 70,73 ****
--- 70,75 ----
        "COST: Set this to a floating point value. Tests in a test set will be "
        "run in descending order of cost.\n"
+       "TIMEOUT: Setting this will limit the test runtime to the number of "
+       "seconds specified.\n"
        "RUN_SERIAL: If set to true, this test will not run in parallel with "
        "any other tests. This should be used in conjunction with "



More information about the Cmake-commits mailing list