summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ctest_fixtures
Commit message (Collapse)AuthorAgeFilesLines
* Add ctest options for limiting which tests fixtures addCraig Scott2017-05-0110-2/+151
| | | | | The new options allow the user to restrict the setup and cleanup tests automatically added for fixtures.
* CTest: Ensure setup/cleanup ordering even when fixture not requiredCraig Scott2017-01-163-0/+16
| | | | Closes: #16558
* CTest: Add support for test fixturesCraig Scott2016-09-2015-0/+206
Add new test properties: * FIXTURES_SETUP * FIXTURES_CLEANUP * FIXTURES_REQUIRED to specify the roles and dependencies of tests providing/using test fixtures.