summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/RunCTest.cmake
Commit message (Collapse)AuthorAgeFilesLines
* 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.