1# SPDX-License-Identifier: BSD-3-Clause 2# Copyright(c) 2017 Cavium, Inc 3 4allow_experimental_apis = true 5sources = files('evt_main.c', 6 'evt_options.c', 7 'evt_test.c', 8 'parser.c', 9 'test_order_common.c', 10 'test_order_atq.c', 11 'test_order_queue.c', 12 'test_perf_common.c', 13 'test_perf_atq.c', 14 'test_perf_queue.c') 15deps += 'eventdev' 16