git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1ca0e9
)
app/eventdev: fix pipeline test with meson build
author
Pavan Nikhilesh
<pbhagavatula@marvell.com>
Mon, 3 Feb 2020 04:52:59 +0000
(10:22 +0530)
committer
Jerin Jacob
<jerinj@marvell.com>
Sat, 15 Feb 2020 07:50:35 +0000
(08:50 +0100)
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>
app/test-eventdev/meson.build
patch
|
blob
|
history
diff --git
a/app/test-eventdev/meson.build
b/app/test-eventdev/meson.build
index
7ff2b78
..
9e588d9
100644
(file)
--- 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'