test: add fbarray autotest to script

Fbarray autotests were added, but the script command was missing.
Add it, so that fbarray autotest can be executed as part of
autotest script.

Fixes: 7985860c18 ("test/fbarray: add autotests")

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
This commit is contained in:
Anatoly Burakov 2018-08-01 12:52:54 +01:00 committed by Thomas Monjalon
parent 9724d127f2
commit 876b3d4c35

View File

@ -476,6 +476,12 @@
"Func": default_autotest,
"Report": None,
},
{
"Name": "Fbarray autotest",
"Command": "fbarray_autotest",
"Func": default_autotest,
"Report": None,
},
#
#Please always keep all dump tests at the end and together!
#