mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 04:40:56 -06:00
This option tells ctest to run each test N times until the test fails or the N times have run. This is useful for finding random failing tests.
4 lines
170 B
CMake
4 lines
170 B
CMake
# This is run by test initialization in repeat-until-fail-cmake.cmake
|
|
# with cmake -P. It creates TEST_OUTPUT_FILE with a 0 in it.
|
|
file(WRITE "${TEST_OUTPUT_FILE}" "0")
|