test/fbarray: add autotests
authorAnatoly Burakov <anatoly.burakov@intel.com>
Mon, 11 Jun 2018 20:55:41 +0000 (21:55 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 13 Jul 2018 09:04:28 +0000 (11:04 +0200)
commit7985860c18af4947c97a49c37ae3463a3007e310
tree60e0692553bd7605c61402d9772a1246cbcd93e5
parent4d2dde26aad4f87f21a3a50b554947b6b98f9b9b
test/fbarray: add autotests

Introduce a suite of autotests to cover functionality of fbarray.
This will check for invalid parameters, check API return values and
errno codes, and will also do some basic functionality checks on the
indexing code.

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
MAINTAINERS
test/test/Makefile
test/test/test_fbarray.c [new file with mode: 0644]