Code Review
/
vpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
429abe7
)
tests: use vcl_test_client and server for installation
16/42516/6
author
Ivan Ivanets
<
[email protected]
>
Wed, 19 Mar 2025 14:35:42 +0000
(16:35 +0200)
committer
Dave 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
patch
|
blob
|
history
diff --git
a/src/plugins/hs_apps/CMakeLists.txt
b/src/plugins/hs_apps/CMakeLists.txt
index
7cccf14
..
3e80a84
100644
(file)
--- 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()