summaryrefslogtreecommitdiffstats
path: root/Help/prop_test
Commit message (Collapse)AuthorAgeFilesLines
* Help: Hyperlink propertiesGregor Jasny2016-04-271-2/+2
|
* CTest: Optionally use a secondary test timeout after matching outputZack Galbreath2016-03-221-0/+37
| | | | | | 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.
* Help: Link to properties in set_tests_properties.Stephen Kelly2015-04-042-3/+18
| | | | Remove help for specific properties to their own help pages.
* Help: Fix variable reference in TIMEOUT test property docsZack Galbreath2015-02-101-1/+1
| | | | Link to 'CTEST_TEST_TIMEOUT', not 'CTEST_TESTING_TIMEOUT'.
* allow to mark a test as "Not Run" with a specific return code (#8466)Rolf Eike Beer2014-01-141-0/+9
|
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-1516-0/+119
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.