Help/manual/presets/include-properties.rst
.. 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