Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
dd32e58caed8b4b70acbeacf4408725b06ae8ca0
/
.
/
Tests
/
FortranOnly
/
test_preprocess.cmake
blob: 29ebdace6057d3bb02750e7c98e0297d498122b6 [
file
] [
log
] [
blame
]
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
()