6 lines
124 B
CMake
Raw Normal View History

2014-08-03 19:52:23 +02:00
if("${TESTID}" STREQUAL "1")
message("success")
elseif("${TESTID}" STREQUAL "2")
message(FATAL_ERROR "failure")
endif()