summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/RunCTest.cmake
Commit message (Collapse)AuthorAgeFilesLines
* ctest(1): Add CTEST_NO_TESTS_ACTION env varfriendlyanon2023-01-131-0/+1
| | | | | This environment variable provides a default value for the --no-tests=<action> command line argument.
* Tests: Factor out RunCMake ctest environment isolationBrad King2022-11-141-0/+4
| | | | | | | | 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
* Tests: Add RunCTest helper option to control CTest verbose flagBrad King2021-04-061-1/+4
|
* Tests: Teach run_ctest to handle removal of CTestConfig.cmakeBrad King2018-11-261-0/+2
| | | | | | | When running tests in a non-fresh build tree there may be files left from previous test runs. In the case that a test removes `CTestConfig.cmake.in`, we must remove any `CTestConfig.cmake` that may have been left behind.
* Remove unnecessary CTEST_PROJECT_NAME variablesRegina Pfeifer2018-11-201-2/+4
|
* Update tests that expect uncompressed outputZack Galbreath2016-11-081-0/+1
| | | | Pass --no-compressed-output to ctest for tests that expect uncompressed output.
* Tests: Split RunCTest helper out of RunCMake.CTest(Submit|Memcheck)Brad King2015-02-191-0/+17
Provide the "run_ctest" macro for use in other tests that also want to cover running "ctest" scripts.