From ae54b946ca03d92f5d9efdf575a0e7940fb5482f Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Wed, 1 Jul 2020 20:01:53 +0200 Subject: test: provide tests for efi_image_region_add() Provide unit tests for efi_image_region_add(). Signed-off-by: Heinrich Schuchardt --- test/lib/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'test/lib/Makefile') diff --git a/test/lib/Makefile b/test/lib/Makefile index ce9ae4a9bed..6ccc2c41bc3 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 -- cgit v1.3.1