app/test-fib: add test application for FIB
authorVladimir Medvedkin <vladimir.medvedkin@intel.com>
Wed, 11 Dec 2019 18:45:04 +0000 (18:45 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 16 Feb 2020 18:31:09 +0000 (19:31 +0100)
commit103809d032cda71552596aefac269da97e10e7ea
tree1728f4bbbc511731979ce39015d6c5193d7a5340
parent207b1c813f39b1622268d7eab819737458839a67
app/test-fib: add test application for FIB

Introduce new application to provide user to evaluate and perform
custom functional and performance tests for FIB library.

Signed-off-by: Vladimir Medvedkin <vladimir.medvedkin@intel.com>
MAINTAINERS
app/test-fib/Makefile [new file with mode: 0644]
app/test-fib/main.c [new file with mode: 0644]
app/test-fib/meson.build [new file with mode: 0644]