interface: add api test file
[vpp.git] / src / vnet / CMakeLists.txt
index 6813330..3b19108 100644 (file)
@@ -458,6 +458,7 @@ list(APPEND VNET_HEADERS
   ip/ip_table.h
   ip/ip_interface.h
   ip/ip_packet.h
+  ip/ip_psh_cksum.h
   ip/ip_source_and_port_range_check.h
   ip/ip_types.h
   ip/lookup.h
@@ -1520,6 +1521,14 @@ add_vpp_library (vatclient
   DEPENDS api_headers
 )
 
+add_vat_test_library(vnet
+  interface_test.c
+  ip/ip_test.c
+  arp/arp_test.c
+  ip6-nd/ip6_nd_test.c
+  srmpls/sr_mpls_test.c
+)
+
 ##############################################################################
 # VAT2 plugins
 ##############################################################################