From: Ivan Ivanets Date: Wed, 19 Mar 2025 14:35:42 +0000 (+0200) Subject: tests: use vcl_test_client and server for installation X-Git-Tag: v25.10-rc0~151 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=66b33413ca2c27864edf36ba5ea66cad9fbf900d;p=vpp.git tests: use vcl_test_client and server for installation 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 --- diff --git a/src/plugins/hs_apps/CMakeLists.txt b/src/plugins/hs_apps/CMakeLists.txt index 7cccf14aee7..3e80a84aae4 100644 --- a/src/plugins/hs_apps/CMakeLists.txt +++ b/src/plugins/hs_apps/CMakeLists.txt @@ -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()