X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=test%2Ftest%2FMakefile;h=8c347e4638327d2f48cde11fed74184483d8132a;hb=5d7b673d5fd6663b20c675dd382d9fb43b42af18;hp=dcea4410d48d89b058dbf3a71c45ee12c625224d;hpb=46cf97e4bbfaffebdbec8e3e90920fe5d841cd62;p=dpdk.git diff --git a/test/test/Makefile b/test/test/Makefile index dcea4410d4..8c347e4638 100644 --- a/test/test/Makefile +++ b/test/test/Makefile @@ -71,6 +71,7 @@ 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 @@ -209,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)