mirror of
https://github.com/znc/znc.git
synced 2026-08-09 18:32:55 +02:00
Make 'make inttest' run in parallel even outside CI
This commit is contained in:
@@ -102,5 +102,6 @@ add_custom_target(inttest COMMAND
|
||||
# znc-buildmod should use the correct compiler.
|
||||
# https://bugs.gentoo.org/699258 is an example of how it can go wrong.
|
||||
${CMAKE_COMMAND} -E env MAKEFLAGS= CXX=${CMAKE_CXX_COMPILER}
|
||||
"${PROJECT_SOURCE_DIR}/third_party/gtest-parallel/gtest-parallel"
|
||||
"${CMAKE_CURRENT_BINARY_DIR}/integration/inttest")
|
||||
add_dependencies(inttest inttest_bin)
|
||||
|
||||
Reference in New Issue
Block a user