xref: /dpdk/app/test-eventdev/meson.build (revision a3c8a446)
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(c) 2017 Cavium, Inc
3
4sources = files(
5        'evt_main.c',
6        'evt_options.c',
7        'evt_test.c',
8        'parser.c',
9        'test_order_atq.c',
10        'test_order_common.c',
11        'test_order_queue.c',
12        'test_perf_atq.c',
13        'test_perf_common.c',
14        'test_perf_queue.c',
15        'test_pipeline_atq.c',
16        'test_pipeline_common.c',
17        'test_pipeline_queue.c',
18)
19deps += 'eventdev'
20