Add ipv4 helpers
This commit is contained in:
@@ -10,6 +10,11 @@ add_executable(gtest_packet_helpers gtest_packet_helpers.cpp)
|
||||
target_include_directories(gtest_packet_helpers PUBLIC ${CMAKE_CURRENT_LIST_DIR})
|
||||
target_link_libraries(gtest_packet_helpers packet gtest)
|
||||
|
||||
add_executable(gtest_ipv4_helpers gtest_ipv4_helpers.cpp)
|
||||
target_include_directories(gtest_ipv4_helpers PUBLIC ${CMAKE_CURRENT_LIST_DIR})
|
||||
target_link_libraries(gtest_ipv4_helpers packet gtest)
|
||||
|
||||
include(GoogleTest)
|
||||
gtest_discover_tests(gtest_packet)
|
||||
gtest_discover_tests(gtest_packet_helpers)
|
||||
gtest_discover_tests(gtest_packet_helpers)
|
||||
gtest_discover_tests(gtest_ipv4_helpers)
|
||||
Reference in New Issue
Block a user