test/bpf: add test-case for function return value
authorKonstantin Ananyev <konstantin.ananyev@intel.com>
Wed, 3 Jul 2019 13:40:35 +0000 (14:40 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 4 Jul 2019 09:07:05 +0000 (11:07 +0200)
commit7e30313f4124c0773546d354fee582a4611b56e6
treeb44ca1d409ca95697cd605f9afe392652e1d6534
parent4715bb162368cf75c5e8db62f54b5071b70d68f3
test/bpf: add test-case for function return value

New test-case to cover situation when external function returns a
pointer the data.

Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
app/test/test_bpf.c