X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest%2FMakefile;h=ec33e1aa85705645a7c542542f8764750e70a615;hb=202d375c60bc15471913d3fd46b1e95651456027;hp=ef9125df7a37433de6568d26d2949ad176761ef8;hpb=43b630244e7ea44b6fe47ce3c94f450e091bb138;p=dpdk.git diff --git a/app/test/Makefile b/app/test/Makefile index ef9125df7a..ec33e1aa85 100644 --- a/app/test/Makefile +++ b/app/test/Makefile @@ -148,6 +148,11 @@ endif endif SRCS-$(CONFIG_RTE_LIBRTE_PMD_RING) += test_pmd_ring.c +SRCS-$(CONFIG_RTE_LIBRTE_PMD_RING) += test_pmd_ring_perf.c + +SRCS-$(CONFIG_RTE_LIBRTE_CRYPTODEV) += test_cryptodev_perf.c +SRCS-$(CONFIG_RTE_LIBRTE_CRYPTODEV) += test_cryptodev.c + SRCS-$(CONFIG_RTE_LIBRTE_KVARGS) += test_kvargs.c CFLAGS += -O3