Skip to content

Commit

Permalink
app/eventdev: fix pipeline test with meson build
Browse files Browse the repository at this point in the history
[ upstream commit 0d4ba74 ]

Add missing pipeline test to meson build.

Fixes: 2ff6726 ("app/eventdev: build with meson")

Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
Acked-by: Jerin Jacob <jerinj@marvell.com>
  • Loading branch information
PavanNikhilesh authored and kevintraynor committed Feb 19, 2020
1 parent ef6860f commit 1f134a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/test-eventdev/meson.build
Expand Up @@ -11,5 +11,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'

0 comments on commit 1f134a0

Please sign in to comment.