diff options
author | Zach Mullen <zach.mullen@kitware.com> | 2009-09-07 14:26:17 (GMT) |
---|---|---|
committer | Zach Mullen <zach.mullen@kitware.com> | 2009-09-07 14:26:17 (GMT) |
commit | 5fb958fde950f8a8f9b1629399f0457c46224640 (patch) | |
tree | ce1e1dd09388f892b6cc0135240c292519c148ab /Source/cmSetTestsPropertiesCommand.h | |
parent | 4e16813f63bae65dd3eeec0a326e9a4926aff1c5 (diff) | |
download | CMake-5fb958fde950f8a8f9b1629399f0457c46224640.zip CMake-5fb958fde950f8a8f9b1629399f0457c46224640.tar.gz CMake-5fb958fde950f8a8f9b1629399f0457c46224640.tar.bz2 |
ENH: Added ctest test options PROCESSORS and RUN_SERIAL. These allow specification of resource allocation for given tests running with the ctest -j N option. RUN_SERIAL ensures that a given test does not run in parallel with any other test. Also forced appending of "..." to the longest test name in ctest.
Diffstat (limited to 'Source/cmSetTestsPropertiesCommand.h')
-rw-r--r-- | Source/cmSetTestsPropertiesCommand.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/cmSetTestsPropertiesCommand.h b/Source/cmSetTestsPropertiesCommand.h index f93d9dc..c975011 100644 --- a/Source/cmSetTestsPropertiesCommand.h +++ b/Source/cmSetTestsPropertiesCommand.h @@ -73,7 +73,10 @@ public: "require. This is typically used for MPI tests, and should be used in " "conjunction with the ctest_test PARALLEL_LEVEL option.\n" "EXPENSIVE: If set to true, this test will be run before tests that " - "are not marked as expensive. This should be used in conjunction with " + "are not marked as expensive. This should be used in conjunction with " + "the ctest_test PARALLEL_LEVEL option.\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"; } |