gentoo/net-libs/zmqpp/files/zmqpp-4.2.0-boost-test-syntax.patch
Sam James c43578a484
net-libs/zmqpp: wire up tests
Signed-off-by: Sam James <sam@gentoo.org>
2025-05-25 09:21:25 +01:00

12 lines
362 B
Diff

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -223,7 +223,7 @@ if( ZMQPP_BUILD_TESTS )
src/tests/test_proxy.cpp
)
target_link_libraries( zmqpp-test-runner ${LIB_TO_LINK_TO_EXAMPLES} ${Boost_LIBRARIES})
- add_test( zmqpp-test zmqpp-test-runner --log-level=test-suite )
+ add_test( zmqpp-test zmqpp-test-runner --log_level=test_suite )
endif()