app/pipeline: move from test directory
[dpdk.git] / app / test-pipeline / meson.build
diff --git a/app/test-pipeline/meson.build b/app/test-pipeline/meson.build
new file mode 100644 (file)
index 0000000..5578b41
--- /dev/null
@@ -0,0 +1,14 @@
+# SPDX-License-Identifier: BSD-3-Clause
+# Copyright(c) 2019 Intel Corporation
+
+sources = files(
+       'config.c',
+       'init.c',
+       'main.c',
+       'pipeline_acl.c',
+       'pipeline_hash.c',
+       'pipeline_lpm.c',
+       'pipeline_lpm_ipv6.c',
+       'pipeline_stub.c',
+       'runtime.c')
+deps += 'pipeline'