summaryrefslogtreecommitdiffstats
path: root/lib/efi_selftest/Makefile
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2020-03-22 09:32:55 +0100
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2020-03-22 11:06:23 +0100
commitcde162e76680c57e9756d937ff23c822249bc3af (patch)
treece016d9db3794ed2e4dc79f220994a3726ae1c22 /lib/efi_selftest/Makefile
parent72291a9d83ec2fe50cc8fac304e8ecd5534daf5e (diff)
downloadu-boot-cde162e76680c57e9756d937ff23c822249bc3af.tar.gz
u-boot-cde162e76680c57e9756d937ff23c822249bc3af.tar.xz
u-boot-cde162e76680c57e9756d937ff23c822249bc3af.zip
efi_selftest: test CalculateCrc32, CopyMem, SetMem
Provide unit tests for CalculateCrc32(), CopyMem(), SetMem(). Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'lib/efi_selftest/Makefile')
-rw-r--r--lib/efi_selftest/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/efi_selftest/Makefile b/lib/efi_selftest/Makefile
index cf132c372e..e9baa64135 100644
--- a/lib/efi_selftest/Makefile
+++ b/lib/efi_selftest/Makefile
@@ -27,6 +27,7 @@ efi_selftest_exitbootservices.o \
efi_selftest_gop.o \
efi_selftest_loaded_image.o \
efi_selftest_manageprotocols.o \
+efi_selftest_mem.o \
efi_selftest_memory.o \
efi_selftest_open_protocol.o \
efi_selftest_register_notify.o \