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 <pbhagavatula@marvell.com>
Acked-by: Jerin Jacob <jerinj@marvell.com>
This commit is contained in:
Pavan Nikhilesh 2020-02-03 10:22:59 +05:30 committed by Jerin Jacob
parent c1ca0e95c0
commit 0d4ba74965

View File

@ -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'