Changes between Version 3 and Version 4 of CMakeTesting
- Timestamp:
- Jun 16, 2007, 4:23:07 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CMakeTesting
v3 v4 52 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 53 {{{ 54 ctest -R "python:.*"54 ctest -R python:: 55 55 }}} 56 57 There is also a `-E` (exclude) option which does the inverse of `-R`. `ctest --help` shows the full list of options. 56 58 57 59 == Submitting Regression Test Results ==