app/pipeline: move from test directory
authorBruce Richardson <bruce.richardson@intel.com>
Tue, 26 Feb 2019 12:19:01 +0000 (12:19 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 26 Feb 2019 14:28:46 +0000 (15:28 +0100)
commit474572d2ae5a17b6596053c2630753fe04fc304f
tree09b1bf272627708928c6d1534b53c074f63ba728
parent75795fabd27437d399bbdf7888f0f2515a3feda4
app/pipeline: move from test directory

Move to the app directory, and add to meson build.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
28 files changed:
MAINTAINERS
app/Makefile
app/meson.build
app/test-pipeline/Makefile [new file with mode: 0644]
app/test-pipeline/config.c [new file with mode: 0644]
app/test-pipeline/init.c [new file with mode: 0644]
app/test-pipeline/main.c [new file with mode: 0644]
app/test-pipeline/main.h [new file with mode: 0644]
app/test-pipeline/meson.build [new file with mode: 0644]
app/test-pipeline/pipeline_acl.c [new file with mode: 0644]
app/test-pipeline/pipeline_hash.c [new file with mode: 0644]
app/test-pipeline/pipeline_lpm.c [new file with mode: 0644]
app/test-pipeline/pipeline_lpm_ipv6.c [new file with mode: 0644]
app/test-pipeline/pipeline_stub.c [new file with mode: 0644]
app/test-pipeline/runtime.c [new file with mode: 0644]
doc/guides/sample_app_ug/test_pipeline.rst
test/Makefile
test/test-pipeline/Makefile [deleted file]
test/test-pipeline/config.c [deleted file]
test/test-pipeline/init.c [deleted file]
test/test-pipeline/main.c [deleted file]
test/test-pipeline/main.h [deleted file]
test/test-pipeline/pipeline_acl.c [deleted file]
test/test-pipeline/pipeline_hash.c [deleted file]
test/test-pipeline/pipeline_lpm.c [deleted file]
test/test-pipeline/pipeline_lpm_ipv6.c [deleted file]
test/test-pipeline/pipeline_stub.c [deleted file]
test/test-pipeline/runtime.c [deleted file]