X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=test%2Ftest%2FMakefile;h=cb3884a69e24bc160df5b9d76f1d52afecfe1ab7;hb=a6ec31597a0b1f6b6ddf21546f76bbb280f62c37;hp=348aec5f4f3f065205a991b23aeeed84d5601edd;hpb=50fb749a39729dcacc0b42ed1b8ba829abf0e14b;p=dpdk.git diff --git a/test/test/Makefile b/test/test/Makefile index 348aec5f4f..cb3884a69e 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 @@ -182,11 +185,12 @@ ifeq ($(CONFIG_RTE_LIBRTE_EVENTDEV),y) SRCS-y += test_eventdev.c SRCS-y += test_event_ring.c SRCS-y += test_event_eth_rx_adapter.c -SRCS-$(CONFIG_RTE_LIBRTE_PMD_SW_EVENTDEV) += test_eventdev_sw.c endif SRCS-$(CONFIG_RTE_LIBRTE_KVARGS) += test_kvargs.c +CFLAGS += -DALLOW_EXPERIMENTAL_API + CFLAGS += -O3 CFLAGS += $(WERROR_FLAGS)