Add L2TP utils
This commit is contained in:
@@ -28,6 +28,9 @@ target_link_libraries(gtest_vxlan_utils packet gtest)
|
||||
add_executable(gtest_gre_utils gtest_gre_utils.cpp)
|
||||
target_link_libraries(gtest_gre_utils packet gtest)
|
||||
|
||||
add_executable(gtest_l2tp_utils gtest_l2tp_utils.cpp)
|
||||
target_link_libraries(gtest_l2tp_utils packet gtest)
|
||||
|
||||
add_executable(gtest_packet_frag gtest_packet_frag.cpp)
|
||||
target_link_libraries(gtest_packet_frag packet gtest)
|
||||
|
||||
@@ -42,4 +45,5 @@ gtest_discover_tests(gtest_eth_utils)
|
||||
gtest_discover_tests(gtest_vlan_utils)
|
||||
gtest_discover_tests(gtest_vxlan_utils)
|
||||
gtest_discover_tests(gtest_gre_utils)
|
||||
gtest_discover_tests(gtest_l2tp_utils)
|
||||
gtest_discover_tests(gtest_packet_frag)
|
||||
Reference in New Issue
Block a user