From 749a89c3179d86a791ec779b6c2006e4649883f6 Mon Sep 17 00:00:00 2001 From: Dave Barach Date: Tue, 7 May 2019 10:30:18 -0400 Subject: 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 --- src/vppinfra/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') 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 -- cgit 1.2.3-korg