blob: 94a54ca9acaf2c7e3629df5d02c3cd5c3df99253 [file] [log] [blame]
string(FIND "${actual_stdout}" "TEST_ENV_" TEST_ENV_POS)
if (NOT TEST_ENV_POS EQUAL -1)
message(FATAL_ERROR "Found TEST_ENV_ in environment")
endif()
include("${RunCMake_SOURCE_DIR}/check.cmake")