Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests/RunCMake: Update cmake_minimum_required versions to 3.10 | Brad King | 2024-10-03 | 2 | -2/+2 |
| | | | | | For policy-specific tests, use the version before the policy was introduced. Otherwise, use 3.10 where possible. | ||||
* | CTest: Throw error if resource spec is invalid | Kyle Edwards | 2024-02-08 | 2 | -6/+4 |
| | |||||
* | Tests: Factor out RunCMake ctest environment isolation | Brad King | 2022-11-14 | 1 | -4/+0 |
| | | | | | | | | Some RunCMake tests unset some environment variables that affect ctest's behavior before running it. Any test using the RunCTest helper needs to do this, so do it in the helper itself. Issue: #24153 | ||||
* | Remove unnecessary CTEST_PROJECT_NAME variables | Regina Pfeifer | 2018-11-20 | 1 | -1/+0 |
| | |||||
* | 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. |