Changes between Version 2 and Version 3 of CMakeTesting


Ignore:
Timestamp:
Jun 16, 2007, 2:42:36 PM (15 years ago)
Author:
Douglas Gregor
Comment:

Talk about running a subset of the tests

Legend:

Unmodified
Added
Removed
Modified
  • CMakeTesting

    v2 v3  
    5050  '''Again''':  This "`ctest`" step runs the tests without first running a build.  If you change a source file and run the `ctest` step you will see that no build is invoked. 
    5151
     52  * 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:
     53   {{{
     54ctest -R "python:.*"
     55   }}}
     56
    5257== Submitting Regression Test Results ==
    5358The `ctest` command can be used by individual developers to test local changes to their libraries. The same program can also be used to build all of Boost, run its regression tests, and submit the results to a central server where others can view them. Currently, regression test results based on the CMake build system are displayed on the Dart server at http://dart.resophonic.com/boost_1_34_0/Dashboard/.