| .. This file was generated by Utilities/Scripts/regenerate-presets.py |
| from Help/manual/presets/schema.yaml. Do not edit. |
| |
| .. _`CMakePresets.testPresets.filter.include.name`: |
| |
| ``name`` |
| An optional string specifying a regex for test names. |
| Equivalent to passing :ctest-option:`--tests-regex` on the |
| command line. This field supports `macro expansion`_. |
| |
| CMake regex syntax is described under |
| :ref:`string(REGEX) <Regex Specification>`. |
| |
| .. _`CMakePresets.testPresets.filter.include.label`: |
| |
| ``label`` |
| An optional string specifying a regex for test labels. |
| Equivalent to passing :ctest-option:`--label-regex` on the |
| command line. This field supports `macro expansion`_. |
| |
| .. _`CMakePresets.testPresets.filter.include.useUnion`: |
| |
| ``useUnion`` |
| An optional bool. Equivalent to passing |
| :ctest-option:`--union` on the command line. |
| |
| .. _`CMakePresets.testPresets.filter.include.index`: |
| |
| ``index`` |
| An optional object specifying tests to include by test |
| index. The object may contain the following fields. Can |
| also be an optional string specifying a file with the |
| command line syntax for |
| :ctest-option:`--tests-information`. If specified as a |
| string, this field supports `macro expansion`_. |
| |
| .. include:: presets/index-properties.rst |