diff options
author | Zach Mullen <zach.mullen@kitware.com> | 2009-12-10 20:37:04 (GMT) |
---|---|---|
committer | Zach Mullen <zach.mullen@kitware.com> | 2009-12-10 20:37:04 (GMT) |
commit | 4de7cc3621c723f76938063c10a4f8fc691ad58e (patch) | |
tree | 9ff9aa8fe77645b8d3c86f5cb8652adcdadde6b4 /Source/cmSetTestsPropertiesCommand.h | |
parent | 48b613392848610d243962086fb289a93cc41f0d (diff) | |
download | CMake-4de7cc3621c723f76938063c10a4f8fc691ad58e.zip CMake-4de7cc3621c723f76938063c10a4f8fc691ad58e.tar.gz CMake-4de7cc3621c723f76938063c10a4f8fc691ad58e.tar.bz2 |
Unfortunately, I noticed the comment on bug 8668 too late. This changes my last implementation of the exe wrapper to something which makes much more sense: a REQUIRED_FILES property on tests.
Diffstat (limited to 'Source/cmSetTestsPropertiesCommand.h')
-rw-r--r-- | Source/cmSetTestsPropertiesCommand.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmSetTestsPropertiesCommand.h b/Source/cmSetTestsPropertiesCommand.h index fb143b4..296236c 100644 --- a/Source/cmSetTestsPropertiesCommand.h +++ b/Source/cmSetTestsPropertiesCommand.h @@ -73,7 +73,9 @@ public: "seconds specified.\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"; + "the ctest_test PARALLEL_LEVEL option.\n" + "REQUIRED_FILE: Set this to a file that must exist in order for the " + "test to be run.\n"; } cmTypeMacro(cmSetTestsPropertiesCommand, cmCommand); |