Files
CMake/Tests/RunCMake/CTestCommandLine/TestOutputTruncation_head-check.cmake
Frank Winklmeier cb55d5e730 RunCMakeTest: fix Truncation test definition
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
2022-09-05 13:42:40 +02:00

2 lines
65 B
CMake

include(${RunCMake_SOURCE_DIR}/TestOutputTruncation-check.cmake)