sway/test/CMakeLists.txt
2016-06-19 11:25:58 -04:00

8 lines
173 B
CMake

set(test_targets "")
add_subdirectory(common)
add_custom_target(check
WORKING_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}
COMMAND ${CMAKE_SOURCE_DIR}/test/runner)