mirror of
https://github.com/reactos/CMake.git
synced 2025-01-07 11:40:23 +00:00
024e25e485
Move the test cases from Tests/CMakeTests/ConfigureFileTest.cmake.in over to use the RunCMake.configure_file infrastructure. This does much more robust verification of CMake output for each test case, and would have caught the regression fixed in our parent commit.
4 lines
127 B
CMake
4 lines
127 B
CMake
configure_file(Relative-In.txt Relative-Out.txt)
|
|
file(READ ${CMAKE_CURRENT_BINARY_DIR}/Relative-Out.txt out)
|
|
message("${out}")
|