summaryrefslogtreecommitdiff
path: root/test/lib/Makefile
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2020-07-01 21:01:53 +0300
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2020-07-03 19:03:41 +0300
commitae54b946ca03d92f5d9efdf575a0e7940fb5482f (patch)
tree62b0cc662f13030ac7cec6351304b8ec060f160f /test/lib/Makefile
parent28164c925ef02082f6320542acee744f8712ae9c (diff)
downloadu-boot-ae54b946ca03d92f5d9efdf575a0e7940fb5482f.tar.xz
test: provide tests for efi_image_region_add()
Provide unit tests for efi_image_region_add(). Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'test/lib/Makefile')
-rw-r--r--test/lib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lib/Makefile b/test/lib/Makefile
index ce9ae4a9be..6ccc2c41bc 100644
--- a/test/lib/Makefile
+++ b/test/lib/Makefile
@@ -3,6 +3,7 @@
# (C) Copyright 2018
# Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
obj-y += cmd_ut_lib.o
+obj-$(CONFIG_EFI_SECURE_BOOT) += efi_image_region.o
obj-y += hexdump.o
obj-y += lmb.o
obj-y += string.o