summaryrefslogtreecommitdiffstats
path: root/Source/cmSetTestsPropertiesCommand.h
diff options
context:
space:
mode:
authorZach Mullen <zach.mullen@kitware.com>2009-09-03 15:14:13 (GMT)
committerZach Mullen <zach.mullen@kitware.com>2009-09-03 15:14:13 (GMT)
commit20713ab89de358540a19cb07b13202d4298fe393 (patch)
tree8432ed7a24e5d68f2a5714166fc32bf05a15eefa /Source/cmSetTestsPropertiesCommand.h
parentcd147f0f71e1f426351d4705537deff0b89c215b (diff)
downloadCMake-20713ab89de358540a19cb07b13202d4298fe393.zip
CMake-20713ab89de358540a19cb07b13202d4298fe393.tar.gz
CMake-20713ab89de358540a19cb07b13202d4298fe393.tar.bz2
Fixed warnings
Diffstat (limited to 'Source/cmSetTestsPropertiesCommand.h')
-rw-r--r--Source/cmSetTestsPropertiesCommand.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/Source/cmSetTestsPropertiesCommand.h b/Source/cmSetTestsPropertiesCommand.h
index 1644abe..f93d9dc 100644
--- a/Source/cmSetTestsPropertiesCommand.h
+++ b/Source/cmSetTestsPropertiesCommand.h
@@ -68,10 +68,13 @@ public:
"specified regular expressions, the test will fail.\n"
" 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";
+ "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";
+ "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 "
+ "the ctest_test PARALLEL_LEVEL option.\n";
}
cmTypeMacro(cmSetTestsPropertiesCommand, cmCommand);