diff options
author | Zach Mullen <zach.mullen@kitware.com> | 2009-09-03 14:47:14 (GMT) |
---|---|---|
committer | Zach Mullen <zach.mullen@kitware.com> | 2009-09-03 14:47:14 (GMT) |
commit | 659171d1f72e24c2cdda6a935f29f528cc518969 (patch) | |
tree | 20f254b0f953956ada7b475bb22ff7a72c1b352e /Source/cmSetTestsPropertiesCommand.h | |
parent | e3086213820a97db8432bf6089155509164fe960 (diff) | |
download | CMake-659171d1f72e24c2cdda6a935f29f528cc518969.zip CMake-659171d1f72e24c2cdda6a935f29f528cc518969.tar.gz CMake-659171d1f72e24c2cdda6a935f29f528cc518969.tar.bz2 |
ENH: Added PARALLEL_LEVEL option for ctest_memcheck(). Added PROCESSORS option to set_tests_properties (implementation to come).
Diffstat (limited to 'Source/cmSetTestsPropertiesCommand.h')
-rw-r--r-- | Source/cmSetTestsPropertiesCommand.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmSetTestsPropertiesCommand.h b/Source/cmSetTestsPropertiesCommand.h index e25b0a5..1644abe 100644 --- a/Source/cmSetTestsPropertiesCommand.h +++ b/Source/cmSetTestsPropertiesCommand.h @@ -69,6 +69,9 @@ public: " Example: PASS_REGULAR_EXPRESSION \"[^a-z]Error;ERROR;Failed\"\n" "Both PASS_REGULAR_EXPRESSION and FAIL_REGULAR_EXPRESSION expect a " "list of regular expressions.\n"; + "PROCESSORS: Denotes the number of processors that this test will " + "require. This is typically used for MPI tests, and should be used in " + "conjunction with the ctest_test PARALLEL_LEVEL option.\n"; } cmTypeMacro(cmSetTestsPropertiesCommand, cmCommand); |