55ok
| Direktori : /usr/src/cmake-3.25.0/Tests/FortranOnly/ |
| Current File : //usr/src/cmake-3.25.0/Tests/FortranOnly/test_preprocess.cmake |
set(TEST_FILE CMakeFiles/preprocess.dir/preprocess.F.i)
file(READ ${TEST_FILE} CONTENTS)
if("${CONTENTS}" MATCHES "PRINT *")
message(STATUS "${TEST_FILE} created successfully!")
else()
message(FATAL_ERROR "${TEST_FILE} creation failed!")
endif()