Imported Upstream version 3.25.0
[platform/upstream/cmake.git] / Tests / RunCMake / CMakePresetsWorkflow / Good.cmake
1 message(STATUS "Testing the configure step at ${CMAKE_BINARY_DIR}")
2
3 add_custom_target(echo_test ALL COMMAND ${CMAKE_COMMAND} -E echo "Testing the build step at ${CMAKE_BINARY_DIR}")
4
5 enable_testing()
6 add_test(NAME EchoTest COMMAND ${CMAKE_COMMAND} -E echo "Testing the test step at ${CMAKE_BINARY_DIR}")
7
8 include(CPack)