test/stack: check stack API
authorGage Eads <gage.eads@intel.com>
Wed, 3 Apr 2019 23:20:15 +0000 (18:20 -0500)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 4 Apr 2019 20:06:16 +0000 (22:06 +0200)
commit5e2e61b99e916bd079314d1ce061009b7b5daf25
tree6f8a34a581f7b67cbb1a6f0fba2052f64aed6769
parent734bdeb01cc6d69274f3b035da103ac76a40637d
test/stack: check stack API

stack_autotest performs positive and negative testing of the stack API, and
exercises the push and pop datapath functions with all available lcores.

Signed-off-by: Gage Eads <gage.eads@intel.com>
Reviewed-by: Olivier Matz <olivier.matz@6wind.com>
MAINTAINERS
app/test/Makefile
app/test/meson.build
app/test/test_stack.c [new file with mode: 0644]