test: Add a simple test for bloblist
authorSimon Glass <sjg@chromium.org>
Fri, 16 Nov 2018 01:43:53 +0000 (18:43 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 26 Nov 2018 13:25:33 +0000 (08:25 -0500)
commit919e7a8fb64096209c481928f3b3cbf4ed6c2dbd
tree8175d172865858fa156d7501ba1e9c1b9544fa87
parentf0293d33b729955feb379aeab8a5e055c703526f
test: Add a simple test for bloblist

Add a unit test for the bloblist functionality and enable bloblist for
sandbox.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/Kconfig
include/test/suites.h
test/Makefile
test/bloblist.c [new file with mode: 0644]
test/cmd_ut.c