From 0d4ba7496512b57e7e0c66d4041d1b339f132629 Mon Sep 17 00:00:00 2001 From: Pavan Nikhilesh Date: Mon, 3 Feb 2020 10:22:59 +0530 Subject: [PATCH] app/eventdev: fix pipeline test with meson build Add missing pipeline test to meson build. Fixes: 2ff67267b049 ("app/eventdev: build with meson") Cc: stable@dpdk.org Signed-off-by: Pavan Nikhilesh Acked-by: Jerin Jacob --- app/test-eventdev/meson.build | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/test-eventdev/meson.build b/app/test-eventdev/meson.build index 7ff2b786cf..9e588d9ec7 100644 --- a/app/test-eventdev/meson.build +++ b/app/test-eventdev/meson.build @@ -10,5 +10,8 @@ sources = files('evt_main.c', 'test_order_queue.c', 'test_perf_common.c', 'test_perf_atq.c', - 'test_perf_queue.c') + 'test_perf_queue.c', + 'test_pipeline_common.c', + 'test_pipeline_atq.c', + 'test_pipeline_queue.c') deps += 'eventdev' -- 2.20.1