diff options
| author | Heinrich Schuchardt <[email protected]> | 2020-08-23 10:53:50 +0200 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2020-08-24 16:37:53 +0200 |
| commit | 5bba77e48be801176a55223b1f76bc44e8e1b3cb (patch) | |
| tree | 258bb565b2daf163324bcab76fc8aed6144717af /test/lib/Makefile | |
| parent | 5cad4a30932a31f1646510d35af7e9e36f71708a (diff) | |
test: unit test for efi_dp_check_length()
Provide a unit test for function efi_dp_check_length().
Signed-off-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'test/lib/Makefile')
| -rw-r--r-- | test/lib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lib/Makefile b/test/lib/Makefile index b6a0a208c5e..ada62fe46b7 100644 --- a/test/lib/Makefile +++ b/test/lib/Makefile @@ -3,6 +3,7 @@ # (C) Copyright 2018 # Mario Six, Guntermann & Drunck GmbH, [email protected] obj-y += cmd_ut_lib.o +obj-$(CONFIG_EFI_LOADER) += efi_device_path.o obj-$(CONFIG_EFI_SECURE_BOOT) += efi_image_region.o obj-y += hexdump.o obj-y += lmb.o |
