summaryrefslogtreecommitdiff
path: root/Tests/CTestTestLaunchers/launcher_test_project/command.cmake
blob: 7f31af9508c69e5bd67626e9e8d7fd5fe6e50558 (plain)
1
2
3
4
5
if("${TESTID}" STREQUAL "1")
  message("success")
elseif("${TESTID}" STREQUAL "2")
  message(FATAL_ERROR "failure")
endif()