This is an automated email from the ASF dual-hosted git repository.
rbulter pushed a commit to branch
feature/add_msg_segemenation_to_tcp_admin_with_wire_v2
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to
refs/heads/feature/add_msg_segemenation_to_tcp_admin_with_wire_v2 by this push:
new 8357a6e fix wire 2 unit test cov
8357a6e is described below
commit 8357a6e7e8426fd1815ced96a6ec3c938ae4e1af
Author: Roy Bulter <[email protected]>
AuthorDate: Wed Apr 29 22:06:32 2020 +0200
fix wire 2 unit test cov
---
bundles/pubsub/pubsub_protocol_wire_v2/gtest/CMakeLists.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bundles/pubsub/pubsub_protocol_wire_v2/gtest/CMakeLists.txt
b/bundles/pubsub/pubsub_protocol_wire_v2/gtest/CMakeLists.txt
index afc165a..2fcc858 100644
--- a/bundles/pubsub/pubsub_protocol_wire_v2/gtest/CMakeLists.txt
+++ b/bundles/pubsub/pubsub_protocol_wire_v2/gtest/CMakeLists.txt
@@ -24,5 +24,5 @@ add_executable(celix_pswp_v2_tests ${SOURCES})
target_include_directories(celix_pswp_v2_tests PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}/../src)
target_link_libraries(celix_pswp_v2_tests PRIVATE celix_wire_protocol_v2_impl
GTest::GTest Celix::pubsub_spi)
-add_test(NAME celix_pswp_v2_tests COMMAND celix_pswp_v2_tests)
-SETUP_TARGET_FOR_COVERAGE(celix_pswp_v2_tests_cov celix_cxx_pswp_v2_tests
${CMAKE_BINARY_DIR}/coverage/bundles/pubsub/protocol_wire_v2 ..)
+add_test(NAME celix_pswp_tests COMMAND celix_pswp_tests)
+setup_target_for_coverage(celix_pswp_v2_tests SCAN_DIR ..)
\ No newline at end of file