diff options
author | Simon Glass <sjg@chromium.org> | 2018-11-15 18:43:53 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-11-26 08:25:33 -0500 |
commit | 919e7a8fb64096209c481928f3b3cbf4ed6c2dbd (patch) | |
tree | 8175d172865858fa156d7501ba1e9c1b9544fa87 /test/Makefile | |
parent | f0293d33b729955feb379aeab8a5e055c703526f (diff) | |
download | u-boot-919e7a8fb64096209c481928f3b3cbf4ed6c2dbd.tar.gz |
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>
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index 1e434730b6..2fe41f489c 100644 --- a/test/Makefile +++ b/test/Makefile @@ -2,6 +2,7 @@ # # (C) Copyright 2012 The Chromium Authors +obj-$(CONFIG_SANDBOX) += bloblist.o obj-$(CONFIG_UNIT_TEST) += cmd_ut.o obj-$(CONFIG_UNIT_TEST) += ut.o obj-$(CONFIG_SANDBOX) += command_ut.o |