blob: 9d48d982abd55f413e0513f7cf0cb2462bcbc4d5 [file] [log] [blame]
file(READ "${RunCMake_TEST_BINARY_DIR}/FILTER-generated.txt" content)
set(expected "FILTER_THIS_BIT;FILTER_THIS_THING")
if(NOT content STREQUAL expected)
set(RunCMake_TEST_FAILED "actual content:\n [[${content}]]\nbut expected:\n [[${expected}]]")
endif()