X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=test%2Ftest%2FMakefile;h=8c347e4638327d2f48cde11fed74184483d8132a;hb=5d7b673d5fd6663b20c675dd382d9fb43b42af18;hp=78e036bf109b4f5e2dd7b67ff63420e4b5aa5310;hpb=0eb3726ebcf148ef86dddc39ecde69661f01d4c8;p=dpdk.git diff --git a/test/test/Makefile b/test/test/Makefile index 78e036bf10..8c347e4638 100644 --- a/test/test/Makefile +++ b/test/test/Makefile @@ -70,6 +70,8 @@ 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_fbarray.c +SRCS-y += test_external_mem.c SRCS-y += test_ring.c SRCS-y += test_ring_perf.c @@ -190,6 +192,7 @@ 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-y += test_event_eth_tx_adapter.c SRCS-y += test_event_timer_adapter.c SRCS-y += test_event_crypto_adapter.c endif @@ -207,8 +210,6 @@ CFLAGS += -DALLOW_EXPERIMENTAL_API CFLAGS += -O3 CFLAGS += $(WERROR_FLAGS) -CFLAGS += -D_GNU_SOURCE - LDLIBS += -lm ifeq ($(CONFIG_RTE_COMPRESSDEV_TEST),y) ifeq ($(CONFIG_RTE_LIBRTE_COMPRESSDEV),y)