commit | 919e7a8fb64096209c481928f3b3cbf4ed6c2dbd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Nov 15 18:43:53 2018 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Nov 26 08:25:33 2018 -0500 |
tree | 8175d172865858fa156d7501ba1e9c1b9544fa87 | |
parent | f0293d33b729955feb379aeab8a5e055c703526f [diff] [blame] |
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>
diff --git a/test/Makefile b/test/Makefile index 1e43473..2fe41f4 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