Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
01a4be3c60d02b91ff602cc20c648d881549bc3c
/
.
/
Tests
/
FortranOnly
/
checktestf2.cmake
blob: f0e6be329121cd360e899df64a58c16f7172169a [
file
] [
log
] [
blame
]
file
(
READ testfhello
.
txt IN
)
message
(
"${IN}"
)
if
(
IN MATCHES
Hello
AND IN MATCHES
World
)
message
(
"Passed"
)
else
()
message
(
FATAL_ERROR
"Hello world not found"
)
endif
()
file
(
WRITE testfhello2
.
txt $
{
IN
})