mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
The `ctest_test` and `CTestCommandLine` truncation tests had multiple problems: - escape expected result string to avoid regex matching - specify the truncation size - pass the truncation mode correctly into the test definition - use unique test names Issue: #23868
2 lines
65 B
CMake
2 lines
65 B
CMake
include(${RunCMake_SOURCE_DIR}/TestOutputTruncation-check.cmake)
|