mempool: introduce helpers for populate and required size
[dpdk.git] / app / test-eventdev / Makefile
index cfe567a..e600e21 100644 (file)
@@ -25,4 +25,8 @@ SRCS-y += test_perf_common.c
 SRCS-y += test_perf_queue.c
 SRCS-y += test_perf_atq.c
 
+SRCS-y += test_pipeline_common.c
+SRCS-y += test_pipeline_queue.c
+SRCS-y += test_pipeline_atq.c
+
 include $(RTE_SDK)/mk/rte.app.mk