app/test-fib: add test application for FIB
[dpdk.git] / app / test-fib / meson.build
diff --git a/app/test-fib/meson.build b/app/test-fib/meson.build
new file mode 100644 (file)
index 0000000..4db0010
--- /dev/null
@@ -0,0 +1,6 @@
+# SPDX-License-Identifier: BSD-3-Clause
+# Copyright(c) 2019 Intel Corporation
+
+allow_experimental_apis = true
+sources = files('main.c')
+deps += ['fib', 'lpm', 'net']