summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2018-11-15 18:43:53 -0700
committerTom Rini <trini@konsulko.com>2018-11-26 08:25:33 -0500
commit919e7a8fb64096209c481928f3b3cbf4ed6c2dbd (patch)
tree8175d172865858fa156d7501ba1e9c1b9544fa87 /test/Makefile
parentf0293d33b729955feb379aeab8a5e055c703526f (diff)
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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index 1e434730b68..2fe41f489c3 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