BUG 9969: document set_tests_properties TIMEOUT property.
This commit is contained in:
parent
f81a3dfff2
commit
de5d22ce1c
@ -69,6 +69,8 @@ public:
|
|||||||
"conjunction with the ctest_test PARALLEL_LEVEL option.\n"
|
"conjunction with the ctest_test PARALLEL_LEVEL option.\n"
|
||||||
"COST: Set this to a floating point value. Tests in a test set will be "
|
"COST: Set this to a floating point value. Tests in a test set will be "
|
||||||
"run in descending order of cost.\n"
|
"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 "
|
"RUN_SERIAL: If set to true, this test will not run in parallel with "
|
||||||
"any other tests. This should be used in conjunction with "
|
"any other tests. This should be used in conjunction with "
|
||||||
"the ctest_test PARALLEL_LEVEL option.\n";
|
"the ctest_test PARALLEL_LEVEL option.\n";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user