numam-dpdk/app/test-eventdev/meson.build
Pavan Nikhilesh 0d4ba74965 app/eventdev: fix pipeline test with meson build
Add missing pipeline test to meson build.

Fixes: 2ff67267b0 ("app/eventdev: build with meson")
Cc: stable@dpdk.org

Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
Acked-by: Jerin Jacob <jerinj@marvell.com>
2020-02-15 08:50:35 +01:00

18 lines
390 B
Meson

# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Cavium, Inc
sources = files('evt_main.c',
'evt_options.c',
'evt_test.c',
'parser.c',
'test_order_common.c',
'test_order_atq.c',
'test_order_queue.c',
'test_perf_common.c',
'test_perf_atq.c',
'test_perf_queue.c',
'test_pipeline_common.c',
'test_pipeline_atq.c',
'test_pipeline_queue.c')
deps += 'eventdev'