mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
build all tests when make check is called
This commit is contained in:
parent
4f469ea831
commit
a123675d7d
@ -8,3 +8,8 @@ else()
|
||||
add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND}
|
||||
--force-new-ctest-process --output-on-failure)
|
||||
endif()
|
||||
|
||||
macro (add_check target)
|
||||
add_test(test_${target} ${target})
|
||||
add_dependencies(check ${target})
|
||||
endmacro (add_check)
|
Loading…
Reference in New Issue
Block a user