summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CTestCommandLine/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Tests/RunCMake: Update cmake_minimum_required versionsBrad King2023-02-111-1/+1
| | | | | | | | For policy-specific tests, use the version before the policy was introduced. Otherwise, use 3.5 where possible. Also, remove `cmake_minimum_required()` and `project()` calls from individual cases where they are handled by `CMakeLists.txt`.
* ctest: Add a new --repeat-until-fail optionBill Hoffman2015-03-231-0/+3
This option tells ctest to run each test N times until the test fails or the N times have run. This is useful for finding random failing tests.