diff options
| author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-03-22 09:32:55 +0100 |
|---|---|---|
| committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-03-22 11:06:23 +0100 |
| commit | cde162e76680c57e9756d937ff23c822249bc3af (patch) | |
| tree | ce016d9db3794ed2e4dc79f220994a3726ae1c22 /lib/efi_selftest/Makefile | |
| parent | 72291a9d83ec2fe50cc8fac304e8ecd5534daf5e (diff) | |
| download | u-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/Makefile | 1 |
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 \ |
