|
|
@@ -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);
|