diff options
author | Zach Mullen <zach.mullen@kitware.com> | 2009-11-25 16:25:04 (GMT) |
---|---|---|
committer | Zach Mullen <zach.mullen@kitware.com> | 2009-11-25 16:25:04 (GMT) |
commit | de5d22ce1c0c43ec3b9ae35e83a88b2fc05e4783 (patch) | |
tree | 670efda9889417530d92be1e8b3f1e6ab988e91e /Source/cmSetTestsPropertiesCommand.h | |
parent | f81a3dfff21fb1a35f9409f50f2d92910486f914 (diff) | |
download | CMake-de5d22ce1c0c43ec3b9ae35e83a88b2fc05e4783.zip CMake-de5d22ce1c0c43ec3b9ae35e83a88b2fc05e4783.tar.gz CMake-de5d22ce1c0c43ec3b9ae35e83a88b2fc05e4783.tar.bz2 |
BUG 9969: document set_tests_properties TIMEOUT property.
Diffstat (limited to 'Source/cmSetTestsPropertiesCommand.h')
-rw-r--r-- | Source/cmSetTestsPropertiesCommand.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmSetTestsPropertiesCommand.h b/Source/cmSetTestsPropertiesCommand.h index 20646d0..fb143b4 100644 --- a/Source/cmSetTestsPropertiesCommand.h +++ b/Source/cmSetTestsPropertiesCommand.h @@ -69,6 +69,8 @@ public: "conjunction with the ctest_test PARALLEL_LEVEL option.\n" "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 " "the ctest_test PARALLEL_LEVEL option.\n"; |