ip: add api test file
[vpp.git] / src / vat / CMakeLists.txt
index 2ff9070..ee53386 100644 (file)
@@ -28,6 +28,13 @@ add_vpp_executable(vpp_api_test ENABLE_EXPORTS
   main.c
   plugin.c
   json_format.c
+  types.c
+  ip_types_api.c
+  ip_types.c
+  protocols.def
+  ../vnet/arp/arp_test.c
+
+  DEPENDS api_headers
 
   LINK_LIBRARIES
   vlibmemoryclient
@@ -62,4 +69,3 @@ add_vpp_executable(vpp_restart
   SOURCES restart.c
   LINK_LIBRARIES svm svmdb vppinfra Threads::Threads rt
 )
-