summaryrefslogtreecommitdiffstats
path: root/Source/ctest.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2009-09-11 17:34:35 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2009-09-11 17:34:35 (GMT)
commit8a690289c205da90133e704439dc6f7ef1a08680 (patch)
treeec95de31ddfdba630a075688b59184de1fa1ea61 /Source/ctest.cxx
parent6a7eae718457e8ad9a91729f4c02a666e6ceba98 (diff)
downloadCMake-8a690289c205da90133e704439dc6f7ef1a08680.zip
CMake-8a690289c205da90133e704439dc6f7ef1a08680.tar.gz
CMake-8a690289c205da90133e704439dc6f7ef1a08680.tar.bz2
Add label summary times to ctest default output. Also, remove parallel time output. Add flag to disable label summary.
Diffstat (limited to 'Source/ctest.cxx')
-rw-r--r--Source/ctest.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/ctest.cxx b/Source/ctest.cxx
index 9cb0aab..763e9bd 100644
--- a/Source/ctest.cxx
+++ b/Source/ctest.cxx
@@ -156,6 +156,10 @@ static const char * cmDocumentationOptions[][3] =
"When just running tests not for a dashboard the default is to allow "
"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 "
+ "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.",
"This option tells ctest to configure (i.e. run cmake on), build, and or "
"execute a test. The configure and test steps are optional. The arguments "