excludeFixtures.rst 422 B

123456789
  1. excludeFixtures
  2. ---------------
  3. * The :manual:`ctest(1)` executable gained new options which allow the
  4. developer to disable automatically adding tests to the test set to satisfy
  5. fixture dependencies. ``-FS`` prevents adding setup tests for fixtures
  6. matching the provided regular expression, ``-FC`` prevents adding cleanup
  7. tests for matching fixtures and ``-FA`` prevents adding any test for matching
  8. fixtures.