Bill Hoffman
b2242ea964
Help: Update documentation for PROCESSORS test property
...
This updates the documentation for the PROCESSORS test property to show
how it will affect the summary output for labels and sub projects.
2017-09-08 10:03:53 -04:00
Craig Scott
2e3d89a70b
Help: Clarify test fixture naming and use
...
* Make it clearer that fixture names are distinct from test case names.
* Mention -FS, -FC and -FA ctest command line options for overriding
fixture behavior.
Fixes : #17141
2017-08-08 22:02:07 +10:00
Betsy McPhail
b070947dff
Add 'DISABLED' test property
...
When this property is set, the test is skipped and its status is
automatically set to 'Not Run'. A disabled test will not be counted in
the total number of tests and its completion status will be 'Disabled'.
2017-03-29 10:29:57 -04:00
Zack Galbreath
909842fff9
CTest: report time spent after matching output
...
When using the TIMEOUT_AFTER_MATCH test property, only report the
time spent by the test after the matching output was found.
2016-10-17 11:24:32 -04:00
Craig Scott
73f47c9e46
CTest: Add support for test fixtures
...
Add new test properties:
* FIXTURES_SETUP
* FIXTURES_CLEANUP
* FIXTURES_REQUIRED
to specify the roles and dependencies of tests providing/using
test fixtures.
2016-09-20 14:37:38 -04:00
Gregor Jasny
2d7d33ecb3
Help: Hyperlink properties
2016-04-27 22:38:59 +02:00
Zack Galbreath
993e48d045
CTest: Optionally use a secondary test timeout after matching output
...
Allow a test N seconds to complete after we detect a matching line in
its output. Activate this behavior with a new TIMEOUT_AFTER_MATCH test
property.
2016-03-22 11:17:55 -04:00
Stephen Kelly
6f82b5e81c
Help: Link to properties in set_tests_properties.
...
Remove help for specific properties to their own help pages.
2015-04-04 19:14:56 +02:00
Zack Galbreath
56cb4a6c3a
Help: Fix variable reference in TIMEOUT test property docs
...
Link to 'CTEST_TEST_TIMEOUT', not 'CTEST_TESTING_TIMEOUT'.
2015-02-10 12:58:01 -05:00
Rolf Eike Beer
3a0d164bb2
allow to mark a test as "Not Run" with a specific return code ( #8466 )
2014-01-14 23:57:40 +01:00
Kitware Robot
f051814ed0
Convert builtin help to reStructuredText source files
...
Run the convert-help.bash script to convert documentation:
./convert-help.bash "/path/to/CMake-build/bin"
Then remove it.
2013-10-15 14:12:03 -04:00