Skip to content

Add ctest options for limiting which tests fixtures add

Craig Scott requested to merge craig.scott/cmake:excludeFixtures into master

The new options allow the user to restrict the setup and cleanup tests automatically added for fixtures. This is particularly useful when working on the tests so that setup tests can be run once, the test case being worked on can be re-run many times (directly or through ctest) and cleanup tests run once at the end. It also allows setup and cleanup tests to be more easily created or modified.

Merge request reports