]> git.droids-corp.org - dpdk.git/blobdiff - app/test/Makefile
test/ring: add contention stress test for HTS ring
[dpdk.git] / app / test / Makefile
index 1f080d16265945a1bf9da6065bab73c846e6bb01..28f0b9ac2d2d13553df9956ef5804b80f8baa3e6 100644 (file)
@@ -77,7 +77,11 @@ SRCS-y += test_external_mem.c
 SRCS-y += test_rand_perf.c
 
 SRCS-y += test_ring.c
+SRCS-y += test_ring_mpmc_stress.c
+SRCS-y += test_ring_hts_stress.c
 SRCS-y += test_ring_perf.c
+SRCS-y += test_ring_rts_stress.c
+SRCS-y += test_ring_stress.c
 SRCS-y += test_pmd_perf.c
 
 ifeq ($(CONFIG_RTE_LIBRTE_TABLE),y)
@@ -237,8 +241,6 @@ ifeq ($(CONFIG_RTE_LIBRTE_IPSEC),y)
 LDLIBS += -lrte_ipsec
 endif
 
-CFLAGS += -DALLOW_EXPERIMENTAL_API
-
 CFLAGS += -O3
 CFLAGS += $(WERROR_FLAGS)