summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ctest_fixtures/CMakeLists.txt.in
Commit message (Collapse)AuthorAgeFilesLines
* CTest: Check failed fixture dependencies before test command and argsCraig Scott2017-11-281-1/+5
|
* 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: Ensure setup/cleanup ordering even when fixture not requiredCraig Scott2017-01-161-0/+6
| | | | Closes: #16558
* CTest: Add support for test fixturesCraig Scott2016-09-201-0/+81
Add new test properties: * FIXTURES_SETUP * FIXTURES_CLEANUP * FIXTURES_REQUIRED to specify the roles and dependencies of tests providing/using test fixtures.