Make 'make inttest' run in parallel even outside CI

This commit is contained in:
Alexey Sokolov
2025-04-21 09:31:08 +01:00
parent 4c8e780a60
commit fc15b8ec5e
5 changed files with 8 additions and 0 deletions
+1
View File
@@ -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)