From b286e6ec7fea280caa41eba2f5f586a0cac34cf8 Mon Sep 17 00:00:00 2001 From: Zach Mullen Date: Mon, 30 Nov 2009 16:12:24 -0500 Subject: Document new timeout command line option --- Source/ctest.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/ctest.cxx b/Source/ctest.cxx index 969e102..629df2e 100644 --- a/Source/ctest.cxx +++ b/Source/ctest.cxx @@ -215,6 +215,9 @@ static const char * cmDocumentationOptions[][3] = "This option allows performing the same CTest action (such as test) " "multiple times and submit all stages to the same dashboard (Dart2 " "required). Each execution requires different index." }, + {"--timeout ", "Set a global timeout on all tests.", + "This option will set a global timeout on all tests that do not already " + "have a timeout set on them."}, {"--help-command []", "Show help for a single command and exit.", "Prints the help for the command to stdout or to the specified file." }, {"--help-command-list []", "List available commands and exit.", -- cgit v0.12