sway/test/CMakeLists.txt

8 lines
173 B
CMake
Raw Normal View History

2016-06-19 15:25:58 +00:00
set(test_targets "")
2016-06-17 11:38:32 +00:00
add_subdirectory(common)
2016-06-19 15:25:58 +00:00
add_custom_target(check
WORKING_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}
COMMAND ${CMAKE_SOURCE_DIR}/test/runner)