Kitware Robot
1772622772
LICENSE: Replace references to Copyright.txt with LICENSE.rst
...
```
git grep -lz 'Copyright.txt or https://cmake.org/licensing ' |
while IFS= read -r -d $'\0' f ; do
sed -i '/Copyright.txt or https:\/\/cmake.org\/licensing / {
s/Copyright.txt/LICENSE.rst/
}' "$f" ; done
```
2025-03-03 10:43:35 -05:00
Brad King
64e5105312
Tests/RunCMake: Add copyright and license notices to test infrastructure
2024-02-05 12:39:56 -05:00
friendlyanon
0661de58d8
ctest(1): Add CTEST_NO_TESTS_ACTION env var
...
This environment variable provides a default value for the
--no-tests=<action> command line argument.
2023-01-13 13:33:39 +01:00
Brad King
3b6c1c1a3b
Tests: Factor out RunCMake ctest environment isolation
...
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
2022-11-14 11:05:56 -05:00
Brad King
80da23f2a2
Tests: Add RunCTest helper option to control CTest verbose flag
2021-04-06 12:42:41 -04:00
Brad King
d9195ab081
Tests: Teach run_ctest to handle removal of CTestConfig.cmake
...
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.
2018-11-26 08:05:13 -05:00
Regina Pfeifer
1ca53f5ef1
Remove unnecessary CTEST_PROJECT_NAME variables
2018-11-20 21:43:27 +01:00
Zack Galbreath
f725b20be3
Update tests that expect uncompressed output
...
Pass --no-compressed-output to ctest for tests that expect uncompressed output.
2016-11-08 15:58:29 -05:00
Brad King
9b50388b09
Tests: Split RunCTest helper out of RunCMake.CTest(Submit|Memcheck)
...
Provide the "run_ctest" macro for use in other tests that also
want to cover running "ctest" scripts.
2015-02-19 11:26:44 -05:00