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:
parent
c1ca0e95c0
commit
0d4ba74965
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user