update UDP utils
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
add_executable(gtest_packet gtest_packet.cpp)
|
||||
target_link_libraries(gtest_packet packet gtest)
|
||||
|
||||
add_executable(gtest_udp_helpers gtest_udp_helpers.cpp)
|
||||
target_link_libraries(gtest_udp_helpers packet gtest)
|
||||
add_executable(gtest_udp_utils gtest_udp_utils.cpp)
|
||||
target_link_libraries(gtest_udp_utils packet gtest)
|
||||
|
||||
add_executable(gtest_tcp_helpers gtest_tcp_helpers.cpp)
|
||||
target_link_libraries(gtest_tcp_helpers packet gtest)
|
||||
@@ -22,7 +22,7 @@ target_link_libraries(gtest_packet_helpers packet gtest)
|
||||
|
||||
include(GoogleTest)
|
||||
gtest_discover_tests(gtest_packet)
|
||||
gtest_discover_tests(gtest_udp_helpers)
|
||||
gtest_discover_tests(gtest_udp_utils)
|
||||
gtest_discover_tests(gtest_tcp_helpers)
|
||||
gtest_discover_tests(gtest_ipv4_helpers)
|
||||
gtest_discover_tests(gtest_ipv6_helpers)
|
||||
|
||||
Reference in New Issue
Block a user