build: disable experimental API check internally
[dpdk.git] / app / test-bbdev / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2018 Intel Corporation
3
4 sources = files('main.c',
5                 'test_bbdev.c',
6                 'test_bbdev_perf.c',
7                 'test_bbdev_vector.c')
8 deps += ['bbdev', 'bus_vdev']
9 if dpdk_conf.has('RTE_LIBRTE_PMD_BBDEV_FPGA_LTE_FEC')
10         deps += ['pmd_bbdev_fpga_lte_fec']
11 endif