]> git.proxmox.com Git - ceph.git/blame - ceph/src/spdk/dpdk/app/test-eventdev/meson.build
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / spdk / dpdk / app / test-eventdev / meson.build
CommitLineData
11fdf7f2
TL
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(c) 2017 Cavium, Inc
3
11fdf7f2
TL
4sources = files('evt_main.c',
5 'evt_options.c',
6 'evt_test.c',
7 'parser.c',
8 'test_order_common.c',
9 'test_order_atq.c',
10 'test_order_queue.c',
11 'test_perf_common.c',
12 'test_perf_atq.c',
f67539c2
TL
13 'test_perf_queue.c',
14 'test_pipeline_common.c',
15 'test_pipeline_atq.c',
16 'test_pipeline_queue.c')
11fdf7f2 17deps += 'eventdev'