Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CTest: Check failed fixture dependencies before test command and args | Craig Scott | 2017-11-28 | 1 | -1/+5 |
| | |||||
* | Add ctest options for limiting which tests fixtures add | Craig Scott | 2017-05-01 | 10 | -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 required | Craig Scott | 2017-01-16 | 3 | -0/+16 |
| | | | | Closes: #16558 | ||||
* | CTest: Add support for test fixtures | Craig Scott | 2016-09-20 | 15 | -0/+206 |
Add new test properties: * FIXTURES_SETUP * FIXTURES_CLEANUP * FIXTURES_REQUIRED to specify the roles and dependencies of tests providing/using test fixtures. |