summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ctest_fixtures
Commit message (Collapse)AuthorAgeFilesLines
* Tests/RunCMake: Update cmake_minimum_required versions to 3.10Brad King2024-10-032-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 invalidKyle Edwards2024-02-082-6/+4
|
* Tests: Factor out RunCMake ctest environment isolationBrad King2022-11-141-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 variablesRegina Pfeifer2018-11-201-1/+0
|
* 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-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.