app/test-fib: add test application for FIB
[dpdk.git] / app / test-fib / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2019 Intel Corporation
3
4 allow_experimental_apis = true
5 sources = files('main.c')
6 deps += ['fib', 'lpm', 'net']