diff options
author | Dave Barach <dave@barachs.net> | 2019-05-07 10:30:18 -0400 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2019-05-07 19:50:22 +0000 |
commit | 749a89c3179d86a791ec779b6c2006e4649883f6 (patch) | |
tree | 6754fc7fedb636bf469d34e70a1b3d0ad294ae60 /src/vppinfra | |
parent | cc991497b830658bdf65b93538d91467ecddef42 (diff) |
Improve lcov reported code coverage stats
Remove unused code from the vppinfra build
Add a bihash test case
Change-Id: Ia930309efa28620dd1c0d69aaec432e2d8bd962c
Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'src/vppinfra')
-rw-r--r-- | src/vppinfra/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vppinfra/CMakeLists.txt b/src/vppinfra/CMakeLists.txt index 702f6fdcae5..02e5322e1fc 100644 --- a/src/vppinfra/CMakeLists.txt +++ b/src/vppinfra/CMakeLists.txt @@ -39,7 +39,6 @@ install( # vppinfra sources ############################################################################## set(VPPINFRA_SRCS - asm_x86.c backtrace.c cpu.c cuckoo_template.c @@ -88,8 +87,6 @@ set(VPPINFRA_SRCS ) set(VPPINFRA_HEADERS - asm_mips.h - asm_x86.h bihash_16_8.h bihash_24_8.h bihash_40_8.h |