summaryrefslogtreecommitdiffstats
path: root/Help/command/set_tests_properties.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Add missing DIRECTORY keyword to set_tests_properties() signatureCraig Scott2024-01-051-0/+1
|
* Help: Use <xxx> for non-keyword arguments in property command signaturesCraig Scott2024-01-051-1/+3
|
* set_tests_properties(): Add DIRECTORY optionKyle Edwards2023-08-111-0/+10
|
* set_test_properties: link to the test properties in the documentationAlex Neundorf2023-07-261-1/+1
| | | | It was linking to the target properties, this was probably an oversight.
* Help: Add _See Also_ sections to related CMake commandsAlex Turbov2022-11-091-2/+6
|
* Help: Clarify when add_test and test properties support generator expressionsBrad King2022-03-211-2/+4
| | | | Issue: #23329
* Help: Provide cross-references from and to set_propertyJoachim Wuttke (o)2019-01-101-2/+5
|
* Help: Apply syntax highlighting to project commandsJoachim Wuttke (o)2018-10-251-2/+2
| | | | | | * Replace most "::" by ".. code-block:: cmake" * Header sentence in imperative voice, detailed command description in present tense.
* Help: Link to properties in set_tests_properties.Stephen Kelly2015-04-041-26/+4
| | | | Remove help for specific properties to their own help pages.
* set_tests_properties: fix documentationBen Boeckel2015-01-111-1/+1
| | | | The error is raised if the *test* doesn't exist, not the property.
* Help: Fix set_tests_properties documentation typoAndrew Bauer2014-09-121-1/+1
| | | | The example for FAIL_REGULAR_EXPRESSION should actually name it.
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+36
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.