Add LISP API
[vpp.git] / vppinfra / Makefile.am
index e3a7d46..adcd32c 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 \
@@ -224,6 +229,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 \