
Split the test case from commit f50fb77a4f
(Ninja: Regenerate when test
or install scripts are missing, 2024-10-29, v4.0.0-rc1~516^2) into a
dedicated case.
5 lines
134 B
CMake
5 lines
134 B
CMake
file(READ ${stamp} content)
|
|
if(NOT content STREQUAL 1)
|
|
set(RunCMake_TEST_FAILED "Expected stamp '1' but got: '${content}'")
|
|
endif()
|