X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest%2FMakefile;h=68d6b4fbcb73a2ed030a7b73943cc8738d3ad9ac;hb=e0f4a0ed4237e273b78728b7c7a3bf71d2d5218f;hp=e5bde81af774aaebc6e22dcdf5a0757f39fbeb41;hpb=5e2e61b99e916bd079314d1ce061009b7b5daf25;p=dpdk.git diff --git a/app/test/Makefile b/app/test/Makefile index e5bde81af7..68d6b4fbcb 100644 --- a/app/test/Makefile +++ b/app/test/Makefile @@ -91,10 +91,12 @@ endif SRCS-y += test_rwlock.c SRCS-$(CONFIG_RTE_LIBRTE_STACK) += test_stack.c +SRCS-$(CONFIG_RTE_LIBRTE_STACK) += test_stack_perf.c SRCS-$(CONFIG_RTE_LIBRTE_TIMER) += test_timer.c SRCS-$(CONFIG_RTE_LIBRTE_TIMER) += test_timer_perf.c SRCS-$(CONFIG_RTE_LIBRTE_TIMER) += test_timer_racecond.c +SRCS-$(CONFIG_RTE_LIBRTE_TIMER) += test_timer_secondary.c SRCS-y += test_mempool.c SRCS-y += test_mempool_perf.c @@ -216,6 +218,8 @@ SRCS-$(CONFIG_RTE_LIBRTE_KVARGS) += test_kvargs.c SRCS-$(CONFIG_RTE_LIBRTE_BPF) += test_bpf.c +SRCS-$(CONFIG_RTE_LIBRTE_RCU) += test_rcu_qsbr.c test_rcu_qsbr_perf.c + SRCS-$(CONFIG_RTE_LIBRTE_IPSEC) += test_ipsec.c ifeq ($(CONFIG_RTE_LIBRTE_IPSEC),y) LDLIBS += -lrte_ipsec