Help/manual/presets/fixtures-properties.rst
.. This file was generated by Utilities/Scripts/regenerate-presets.py from Help/manual/presets/schema.yaml. Do not edit.
.. _CMakePresets.testPresets.filter.exclude.fixtures.any:
any
An optional string specifying a regex for text fixtures
to exclude from adding any tests. Equivalent to passing
:ctest-option:--fixture-exclude-any on the command
line. This field supports macro expansion_.
.. _CMakePresets.testPresets.filter.exclude.fixtures.setup:
setup
An optional string specifying a regex for text fixtures
to exclude from adding setup tests. Equivalent to
passing :ctest-option:--fixture-exclude-setup on the
command line. This field supports macro expansion_.
.. _CMakePresets.testPresets.filter.exclude.fixtures.cleanup:
cleanup
An optional string specifying a regex for text fixtures
to exclude from adding cleanup tests. Equivalent to
passing :ctest-option:--fixture-exclude-cleanup on
the command line.
This field supports macro expansion_.