aboutsummaryrefslogtreecommitdiffstats
path: root/src/vcl/CMakeLists.txt
diff options
context:
space:
mode:
authorFlorin Coras <fcoras@cisco.com>2018-10-05 00:50:30 -0700
committerDave Barach <openvpp@barachs.net>2018-10-07 18:17:04 +0000
commit1502fc303b7d98caafa67f182502771d76fba7f2 (patch)
tree1409e1eb1f62ed41d2a4ca69035999e9abf2b94f /src/vcl/CMakeLists.txt
parent58c101adf057fc118ccca6e5cb9d02b43499e56a (diff)
vcl: cleanup and fixes for vcl test code
- better approximate time when test finishes - move common vcl and sock test code to vcl_test.h - overall refactor of variable names Change-Id: I8e6b43fc017cd05a0ddaa3891767a44fb300c09e Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'src/vcl/CMakeLists.txt')
-rw-r--r--src/vcl/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vcl/CMakeLists.txt b/src/vcl/CMakeLists.txt
index 9fead608702..abe1bf0a52a 100644
--- a/src/vcl/CMakeLists.txt
+++ b/src/vcl/CMakeLists.txt
@@ -44,7 +44,6 @@ add_vpp_headers(vcl
vcl_test.h
vppcom.h
ldp_socket_wrapper.h
- sock_test_common.h
)
##############################################################################