This is an automated email from the ASF dual-hosted git repository. bneradt pushed a commit to branch training in repository https://gitbox.apache.org/repos/asf/trafficserver-libswoc.git
commit 47cc132cdf542be5f36801128238ccccc003d483 Author: Alan M. Carroll <[email protected]> AuthorDate: Wed May 5 08:53:31 2021 -0500 Training: Vectray sketch. --- code/CMakeLists.txt | 1 + code/src/bw_format.cc | 1 - unit_tests/CMakeLists.txt | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/code/CMakeLists.txt b/code/CMakeLists.txt index 24b978e..cc5089b 100644 --- a/code/CMakeLists.txt +++ b/code/CMakeLists.txt @@ -25,6 +25,7 @@ set(HEADER_FILES include/swoc/TextView.h include/swoc/swoc_file.h include/swoc/swoc_meta.h + include/swoc/Vectray.h ) # These are external but required. diff --git a/code/src/bw_format.cc b/code/src/bw_format.cc index 35b01b8..afa3126 100644 --- a/code/src/bw_format.cc +++ b/code/src/bw_format.cc @@ -1,5 +1,4 @@ // SPDX-License-Identifier: Apache-2.0 -// SPDX-License-Identifier: Apache-2.0 // Copyright Apache Software Foundation 2019 /** @file diff --git a/unit_tests/CMakeLists.txt b/unit_tests/CMakeLists.txt index 301262f..20c5cd6 100644 --- a/unit_tests/CMakeLists.txt +++ b/unit_tests/CMakeLists.txt @@ -18,6 +18,7 @@ add_executable(test_libswoc test_TextView.cc test_Scalar.cc test_swoc_file.cc + test_Vectray.cc ex_bw_format.cc ex_IntrusiveDList.cc
