| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
This environment variable provides a default value for the
--no-tests=<action> command line argument.
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
Pass --no-compressed-output to ctest for tests that expect uncompressed output.
|
|
Provide the "run_ctest" macro for use in other tests that also
want to cover running "ctest" scripts.
|