diff options
author | Zach Mullen <zach.mullen@kitware.com> | 2010-08-31 14:41:23 (GMT) |
---|---|---|
committer | Zach Mullen <zach.mullen@kitware.com> | 2010-08-31 14:41:23 (GMT) |
commit | 32242affea45eb3c3ffa2691657e970eaac49799 (patch) | |
tree | 6d75ae8b204aac75d8b8baae644e14f4f88557e5 /Source/ctest.cxx | |
parent | aac1680648634a87dd4eee3ae603aef387798244 (diff) | |
download | CMake-32242affea45eb3c3ffa2691657e970eaac49799.zip CMake-32242affea45eb3c3ffa2691657e970eaac49799.tar.gz CMake-32242affea45eb3c3ffa2691657e970eaac49799.tar.bz2 |
Added CTest command --print-labels
This command allows a user to quickly see the list of all available
test labels. The labels are also printed in verbose show only mode,
alongside their corresponding tests.
Diffstat (limited to 'Source/ctest.cxx')
-rw-r--r-- | Source/ctest.cxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/ctest.cxx b/Source/ctest.cxx index 24921c4..3937d8d 100644 --- a/Source/ctest.cxx +++ b/Source/ctest.cxx @@ -152,7 +152,7 @@ static const char * cmDocumentationOptions[][3] = "popups and interactive " "debugging."}, {"--no-label-summary", "Disable timing summary information for labels.", - "This option tells ctest to not print summary information for each label " + "This option tells ctest not to print summary information for each label " "associated with the tests run. If there are no labels on the " "tests, nothing extra is printed."}, {"--build-and-test", "Configure, build and run a test.", @@ -229,6 +229,9 @@ static const char * cmDocumentationOptions[][3] = "This flag will turn off automatic compression of test output. Use this " "to maintain compatibility with an older version of CDash which doesn't " "support compressed test output."}, + {"--print-labels", "Print all available test labels.", + "This option will not run any tests, it will simply print the list of " + "all labels associated with the test set."}, {"--help-command <cmd> [<file>]", "Show help for a single command and exit.", "Prints the help for the command to stdout or to the specified file." }, {"--help-command-list [<file>]", "List available commands and exit.", |