tests: use vcl_test_client and server for installation 16/42516/6
authorIvan Ivanets <[email protected]>
Wed, 19 Mar 2025 14:35:42 +0000 (16:35 +0200)
committerDave Wallace <[email protected]>
Thu, 20 Mar 2025 14:27:49 +0000 (14:27 +0000)
Type: test

Need to use vcl_test_client and server for deb pkg installation.
After that it is possible to use for the new one CSIT testsuit.

Change-Id: I5a374e47e9c0d0fa3920f26f6dcc9adfbc05103b
Signed-off-by: Ivan Ivanets <[email protected]>
src/plugins/hs_apps/CMakeLists.txt

index 7cccf14..3e80a84 100644 (file)
@@ -71,7 +71,6 @@ if(VPP_BUILD_VCL_TESTS)
       "vcl/${test}.c"
       vcl/vcl_test_protos.c
       LINK_LIBRARIES vppcom pthread ${EPOLL_LIB}
-      NO_INSTALL
     )
   endforeach()