summaryrefslogtreecommitdiffstats
path: root/Source/cmSetTestsPropertiesCommand.h
diff options
context:
space:
mode:
authorZach Mullen <zach.mullen@kitware.com>2009-09-03 14:47:14 (GMT)
committerZach Mullen <zach.mullen@kitware.com>2009-09-03 14:47:14 (GMT)
commit659171d1f72e24c2cdda6a935f29f528cc518969 (patch)
tree20f254b0f953956ada7b475bb22ff7a72c1b352e /Source/cmSetTestsPropertiesCommand.h
parente3086213820a97db8432bf6089155509164fe960 (diff)
downloadCMake-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.h3
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);