summaryrefslogtreecommitdiffstats
path: root/Help/command/add_test.rst
Commit message (Collapse)AuthorAgeFilesLines
* add_test: Allow special characters in test nameDeniz Bahadir2020-05-171-2/+3
| | | | Fixes: #19391
* Help: Add documentation for SKIP_REGULAR_EXPRESSION test propertyGabor Bencze2019-07-181-2/+3
|
* add_test: Add COMMAND_EXPAND_LISTS optionSergey Bobrenok2019-06-071-1/+7
| | | | | | | | | Add a `COMMAND_EXPAND_LISTS` option to the `add_test` command to cause `;`-separated lists produced by generator expressions to be expanded into multiple arguments. The `add_custom_command` command already has such an option. Fixes: #17284
* Help: for command enable_testing, explain relation to module CTest.Joachim Wuttke (o)2019-03-071-1/+2
|
* Help: Apply syntax highlighting to project commandsJoachim Wuttke (o)2018-10-251-4/+6
| | | | | | * Replace most "::" by ".. code-block:: cmake" * Header sentence in imperative voice, detailed command description in present tense.
* Help: Document add_test expectations of test command (#15798)Brad King2015-10-191-0/+7
|
* Help: Revise and format add_test() command documentationBrad King2014-02-201-48/+38
| | | | | Favor the add_test(NAME) signature and document the limitations of the plain signature.
* Help: Use ``inline-literals`` to mark generator expressions.Stephen Kelly2014-02-061-1/+1
|
* Help: Factor out cmake-generator-expressions manual pageBrad King2013-10-161-51/+3
| | | | | | | | | Generator expressions are supported in many places and are a distinct concept worthy of their own manual page. The old builtin documentation was previously represented by preprocessor macros to generate it into each place that supports them. Factor out the duplicate content into a dedicated cmake-generator-expressions manual page and reference it from each original location.
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+117
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.