Changes between Version 3 and Version 4 of CMakeTesting


Ignore:
Timestamp:
Jun 16, 2007, 4:23:07 PM (15 years ago)
Author:
troy d. straszheim
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CMakeTesting

    v3 v4  
    5252  * To run just a subset of the tests, pass {{{-R}}} and a regular expression to {{{ctest}}}. For example, to run all of the Python tests, use:
    5353   {{{
    54 ctest -R "python:.*"
     54ctest -R python::
    5555   }}}
     56
     57There is also a `-E` (exclude) option which does the inverse of `-R`.  `ctest --help` shows the full list of options. 
    5658
    5759== Submitting Regression Test Results ==