diff options
author | Florin Coras <fcoras@cisco.com> | 2018-10-05 00:50:30 -0700 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2018-10-07 18:17:04 +0000 |
commit | 1502fc303b7d98caafa67f182502771d76fba7f2 (patch) | |
tree | 1409e1eb1f62ed41d2a4ca69035999e9abf2b94f /src/vcl/CMakeLists.txt | |
parent | 58c101adf057fc118ccca6e5cb9d02b43499e56a (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.txt | 1 |
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 ) ############################################################################## |