Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Teach run_ctest to handle removal of CTestConfig.cmake | Brad King | 2018-11-26 | 1 | -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 variables | Regina Pfeifer | 2018-11-20 | 1 | -2/+4 |
| | |||||
* | Update tests that expect uncompressed output | Zack Galbreath | 2016-11-08 | 1 | -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 King | 2015-02-19 | 1 | -0/+17 |
Provide the "run_ctest" macro for use in other tests that also want to cover running "ctest" scripts. |