summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/excludeFixtures.rst
blob: 56d4226740357f139e80c6ec0683096f077feacb (plain)
1
2
3
4
5
6
7
8
9
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.