diff options
author | 2025-03-19 16:35:42 +0200 | |
---|---|---|
committer | 2025-03-20 14:27:49 +0000 | |
commit | 66b33413ca2c27864edf36ba5ea66cad9fbf900d (patch) | |
tree | 1b5f3ef4df24ce5d4dd8ec0d31384bd6a291343f | |
parent | 429abe7b0362ccfa90a0f1db29b02d6c1814b74d (diff) |
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 <iivanets@cisco.com>
-rw-r--r-- | src/plugins/hs_apps/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
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() |