[dpdk-dev] [PATCH] app/eventdev: fix test pipeline meson build
pbhagavatula at marvell.com
pbhagavatula at marvell.com
Mon Feb 3 05:52:59 CET 2020
From: Pavan Nikhilesh <pbhagavatula at marvell.com>
Add missing pipeline test to meson build.
Fixes: 2ff67267b049 ("app/eventdev: build with meson")
Signed-off-by: Pavan Nikhilesh <pbhagavatula at marvell.com>
---
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 7ff2b786c..9e588d9ec 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.17.1
More information about the dev
mailing list