aboutsummaryrefslogtreecommitdiffstats
path: root/app/test-bbdev/meson.build
blob: 653907ded905897663abc3f53bf11ebe7df3c569 (plain)
1
2
3
4
5
6
7
8
9
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2018 Intel Corporation

sources = files('main.c',
		'test_bbdev.c',
		'test_bbdev_perf.c',
		'test_bbdev_vector.c')
allow_experimental_apis = true
deps = ['bbdev', 'bus_vdev']