mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 21:59:54 -06:00
The new options allow the user to restrict the setup and cleanup tests automatically added for fixtures.
10 lines
422 B
ReStructuredText
10 lines
422 B
ReStructuredText
excludeFixtures
|
|
---------------
|
|
|
|
* The :manual:`ctest(1)` executable gained new options which allow the
|
|
developer to disable automatically adding tests to the test set to satisfy
|
|
fixture dependencies. ``-FS`` prevents adding setup tests for fixtures
|
|
matching the provided regular expression, ``-FC`` prevents adding cleanup
|
|
tests for matching fixtures and ``-FA`` prevents adding any test for matching
|
|
fixtures.
|