[Cmake-commits] [cmake-commits] hoffman committed ctest.cxx 1.105 1.106
cmake-commits at cmake.org
cmake-commits at cmake.org
Thu May 7 18:22:59 EDT 2009
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv23064
Modified Files:
ctest.cxx
Log Message:
ENH: add docs for command line ctest
Index: ctest.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/ctest.cxx,v
retrieving revision 1.105
retrieving revision 1.106
diff -C 2 -d -r1.105 -r1.106
*** ctest.cxx 11 Feb 2009 16:31:25 -0000 1.105
--- ctest.cxx 7 May 2009 22:22:54 -0000 1.106
***************
*** 81,84 ****
--- 81,88 ----
"This option tells ctest to list the tests that would be run but not "
"actually run them. Useful in conjunction with the -R and -E options."},
+ {"-L <regex>, --label-regex <regex>", "Run tests with labels matching "
+ "regular expression.",
+ "This option tells ctest to run only the tests whose labels match the "
+ "given regular expression."},
{"-R <regex>, --tests-regex <regex>", "Run tests matching regular "
"expression.",
***************
*** 89,92 ****
--- 93,100 ----
"This option tells ctest to NOT run the tests whose names match the "
"given regular expression."},
+ {"-LE <regex>, --label-exclude <regex>", "Exclude tests with labels "
+ "matching regular expression.",
+ "This option tells ctest to NOT run the tests whose labels match the "
+ "given regular expression."},
{"-D <dashboard>, --dashboard <dashboard>", "Execute dashboard test",
"This option tells ctest to perform act as a Dart client and perform "
More information about the Cmake-commits
mailing list