diff options
author | Florin Coras <fcoras@cisco.com> | 2019-06-25 12:55:15 -0700 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2019-06-26 02:15:20 +0000 |
commit | 00dd74cee7ef8c1c5265daf01db13891ed68507f (patch) | |
tree | 6fc40cb4cbd01cc993d75fba81a8b86850b32274 /src/vcl/CMakeLists.txt | |
parent | 33cd4823d67bb30d39a4bd5af50449b072c6354a (diff) |
hsa: move vcl test apps to hsa
Type: refactor
Change-Id: I352975585c1091bfc5b85d7f8fe985f9059820a7
Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'src/vcl/CMakeLists.txt')
-rw-r--r-- | src/vcl/CMakeLists.txt | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/src/vcl/CMakeLists.txt b/src/vcl/CMakeLists.txt index 2578a37bf42..ab0a6ad6a2d 100644 --- a/src/vcl/CMakeLists.txt +++ b/src/vcl/CMakeLists.txt @@ -40,27 +40,8 @@ add_vpp_library(vcl_ldpreload add_vpp_headers(vcl ldp.h - sock_test.h ldp_glibc_socket.h - vcl_test.h vppcom.h vcl_locked.h ldp_socket_wrapper.h -) - -############################################################################## -# vcl tests -############################################################################## -option(VPP_BUILD_VCL_TESTS "Build vcl tests." ON) -if(VPP_BUILD_VCL_TESTS) - foreach(test - vcl_test_server - vcl_test_client - sock_test_server - sock_test_client - ) - add_vpp_executable(${test} SOURCES ${test}.c LINK_LIBRARIES vppcom pthread - NO_INSTALL) - endforeach() -endif(VPP_BUILD_VCL_TESTS) - +)
\ No newline at end of file |