diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2019-06-20 16:18:48 +0200 |
---|---|---|
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2019-07-06 21:25:32 +0200 |
commit | 1bb52fc2d20da0502c0514109e102bdcf3a25b6e (patch) | |
tree | e1503703984ac5c398da5cd3a4457a79c63fef98 /lib/efi_selftest/Makefile | |
parent | b94461c224ac65714a5f50861e8f660665ed559f (diff) | |
download | u-boot-1bb52fc2d20da0502c0514109e102bdcf3a25b6e.tar.gz |
efi_selftest: test variable services at runtime
Provide a unit test for the variable services at runtime.
Currently we expect EFI_UNSUPPORTED to be returned as the runtime
implementation is still missing.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'lib/efi_selftest/Makefile')
-rw-r--r-- | lib/efi_selftest/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/efi_selftest/Makefile b/lib/efi_selftest/Makefile index 3bebd0f573..88678755cc 100644 --- a/lib/efi_selftest/Makefile +++ b/lib/efi_selftest/Makefile @@ -35,6 +35,7 @@ efi_selftest_textoutput.o \ efi_selftest_tpl.o \ efi_selftest_util.o \ efi_selftest_variables.o \ +efi_selftest_variables_runtime.o \ efi_selftest_watchdog.o obj-$(CONFIG_EFI_DEVICE_PATH_TO_TEXT) += efi_selftest_devicepath.o |