summaryrefslogtreecommitdiffstats
path: root/Source/ctest.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-07-18 16:53:48 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-07-18 16:53:48 (GMT)
commitf47a57c3e8410e5ce78acf67bf239303fa6b27e4 (patch)
treea2c5b968c53804064344b45751f58f0fcf912fff /Source/ctest.cxx
parent3d84afe571f03f0f8406a4af95746877b5ee9267 (diff)
downloadCMake-f47a57c3e8410e5ce78acf67bf239303fa6b27e4.zip
CMake-f47a57c3e8410e5ce78acf67bf239303fa6b27e4.tar.gz
CMake-f47a57c3e8410e5ce78acf67bf239303fa6b27e4.tar.bz2
ENH: Add a way to submit extra files to the dashboard
Diffstat (limited to 'Source/ctest.cxx')
-rw-r--r--Source/ctest.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/ctest.cxx b/Source/ctest.cxx
index 46dfdac..f263edc 100644
--- a/Source/ctest.cxx
+++ b/Source/ctest.cxx
@@ -157,6 +157,8 @@ static const cmDocumentationEntry cmDocumentationOptions[] =
{"--overwrite", "Overwrite CTest configuration option.",
"By default ctest uses configuration options from configuration file. "
"This option will overwrite the configuration option." },
+ {"--extra-submit <file>[;<file>]", "Submit extra files to the dashboard.",
+ "This option will submit extra files to the dashboard." },
{"--force-new-ctest-process", "Run child CTest instances as new processes",
"By default CTest will run child CTest instances within the same process. "
"If this behavior is not desired, this argument will enforce new processes "