blob: 3dc73e43fbeb24f8edc48a7122c4a858d2d83f09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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()
|