stats: name and error index client memory leak
[vpp.git] / src / vpp-api / CMakeLists.txt
index 0f2510d..72cc1b2 100644 (file)
@@ -29,5 +29,10 @@ add_vpp_headers(vpp-api
   client/stat_client.h
 )
 
+add_vpp_executable(test_vppapiclient NO_INSTALL
+  SOURCES client/test.c
+  LINK_LIBRARIES vppinfra pthread vppapiclient
+)
+
 add_subdirectory(vapi)
 add_subdirectory(python)