1# SPDX-License-Identifier: BSD-3-Clause 2# Copyright(c) 2018 Intel Corporation 3 4sources = files('main.c', 5 'test_bbdev.c', 6 'test_bbdev_perf.c', 7 'test_bbdev_vector.c') 8allow_experimental_apis = true 9deps += ['bbdev', 'bus_vdev'] 10
1# SPDX-License-Identifier: BSD-3-Clause 2# Copyright(c) 2018 Intel Corporation 3 4sources = files('main.c', 5 'test_bbdev.c', 6 'test_bbdev_perf.c', 7 'test_bbdev_vector.c') 8allow_experimental_apis = true 9deps += ['bbdev', 'bus_vdev'] 10