X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=test%2Ftest%2FMakefile;h=a88cc38bfe12555e21f08fa8ce19bc1e5df5b082;hb=5e80364a0389f76e4c8c20cdbe40a4db36b49f58;hp=5ba5a9ac7e87bf47cd870217b5dca2a80e38b19e;hpb=85fb515b73187d5ca2a5d5e4078a3f7321095e59;p=dpdk.git diff --git a/test/test/Makefile b/test/test/Makefile index 5ba5a9ac7e..a88cc38bfe 100644 --- a/test/test/Makefile +++ b/test/test/Makefile @@ -61,12 +61,15 @@ SRCS-y += test_prefetch.c SRCS-y += test_byteorder.c SRCS-y += test_per_lcore.c SRCS-y += test_atomic.c +SRCS-y += test_barrier.c SRCS-y += test_malloc.c SRCS-y += test_cycles.c SRCS-y += test_spinlock.c SRCS-y += test_memory.c SRCS-y += test_memzone.c SRCS-y += test_bitmap.c +SRCS-y += test_reciprocal_division.c +SRCS-y += test_reciprocal_division_perf.c SRCS-y += test_ring.c SRCS-y += test_ring_perf.c @@ -184,8 +187,14 @@ SRCS-y += test_event_ring.c SRCS-y += test_event_eth_rx_adapter.c endif +ifeq ($(CONFIG_RTE_LIBRTE_RAWDEV),y) +SRCS-y += test_rawdev.c +endif + SRCS-$(CONFIG_RTE_LIBRTE_KVARGS) += test_kvargs.c +CFLAGS += -DALLOW_EXPERIMENTAL_API + CFLAGS += -O3 CFLAGS += $(WERROR_FLAGS)