summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ctest_fixtures/test.cmake.in
Commit message (Collapse)AuthorAgeFilesLines
* Add ctest options for limiting which tests fixtures addCraig Scott2017-05-011-1/+1
| | | | | The new options allow the user to restrict the setup and cleanup tests automatically added for fixtures.
* CTest: Add support for test fixturesCraig Scott2016-09-201-0/+16
Add new test properties: * FIXTURES_SETUP * FIXTURES_CLEANUP * FIXTURES_REQUIRED to specify the roles and dependencies of tests providing/using test fixtures.