blob: 6183635317243f972e47018ad23fc9bcd0517df5 [file] [log] [blame]
foreach(f
"${RunCMake_TEST_SOURCE_DIR}/relative-input-NEW.txt"
"${RunCMake_TEST_BINARY_DIR}/relative-output-NEW.txt"
)
if(EXISTS "${f}")
file(READ "${f}" content)
if(NOT content MATCHES "^relative-input-NEW[\r\n]*$")
string(APPEND RunCMake_TEST_FAILED "File\n ${f}\n" "does not have expected content.\n")
endif()
else()
string(APPEND RunCMake_TEST_FAILED "Missing\n ${f}\n")
endif()
endforeach()