VPP-61 Patch2/2 Removing NSH from VPP for move to NSH_SFC
[vpp.git] / vppinfra / Makefile.am
index e3a7d46..1b4d627 100644 (file)
@@ -20,7 +20,10 @@ endif
 
 lib_LIBRARIES =
 
-TESTS  =  test_bihash_template \
+TESTS =
+
+if ENABLE_TESTS
+TESTS  +=  test_bihash_template \
           test_elog \
           test_elf \
           test_fifo \
@@ -44,6 +47,7 @@ TESTS =  test_bihash_template \
           test_timing_wheel \
           test_vec \
           test_zvec 
+endif
 
 noinst_PROGRAMS = $(TESTS)
 check_PROGRAMS = $(TESTS)
@@ -168,6 +172,7 @@ nobase_include_HEADERS = \
   vppinfra/byte_order.h \
   vppinfra/cache.h \
   vppinfra/clib.h \
+  vppinfra/cpu.h \
   vppinfra/elf.h \
   vppinfra/elf_clib.h \
   vppinfra/elog.h \
@@ -184,6 +189,8 @@ nobase_include_HEADERS = \
   vppinfra/math.h \
   vppinfra/md5.h \
   vppinfra/mem.h \
+  vppinfra/memcpy_sse3.h \
+  vppinfra/memcpy_avx.h \
   vppinfra/mhash.h \
   vppinfra/mheap.h \
   vppinfra/mheap_bootstrap.h \
@@ -224,6 +231,7 @@ nobase_include_HEADERS = \
 CLIB_CORE = \
   vppinfra/asm_x86.c \
   vppinfra/backtrace.c \
+  vppinfra/cpu.c \
   vppinfra/elf.c \
   vppinfra/elog.c \
   vppinfra/error.c \