mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 21:00:01 -05:00
eaa00d4dfa
Place it in a new `RunCMake.BuiltinTargets` umbrella test meant to cover behavior of targets builtin to CMake.
4 lines
152 B
CMake
4 lines
152 B
CMake
enable_testing()
|
|
add_custom_target(custom ALL COMMAND ${CMAKE_COMMAND} -E touch custom-output.txt)
|
|
add_test(NAME test COMMAND ${CMAKE_COMMAND} -E echo)
|