Changes between Version 2 and Version 3 of CMakeTesting
- Timestamp:
- Jun 16, 2007, 2:42:36 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CMakeTesting
v2 v3 50 50 '''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. 51 51 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 {{{ 54 ctest -R "python:.*" 55 }}} 56 52 57 == Submitting Regression Test Results == 53 58 The `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/.