diff options
| author | Heinrich Schuchardt <[email protected]> | 2019-06-01 21:00:50 +0200 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2019-06-01 22:40:24 +0200 |
| commit | 7950e8e2ebcd0f733ae2b00dbefefe1b742514bc (patch) | |
| tree | ec702ae574de10f5846f7acb9f016daba050f4f4 /lib/efi_selftest/Makefile | |
| parent | 7e572cf69d3e1756ee79ca29cee5bbb317f35f6b (diff) | |
efi_selftest: unit test for OpenProtocolInformation()
Provide a unit test that checks that the open protocol information is
correctly updated when opening and closing protocols.
Signed-off-by: Heinrich Schuchardt <[email protected]>
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 b0321541476..3bebd0f5737 100644 --- a/lib/efi_selftest/Makefile +++ b/lib/efi_selftest/Makefile @@ -26,6 +26,7 @@ efi_selftest_gop.o \ efi_selftest_loaded_image.o \ efi_selftest_manageprotocols.o \ efi_selftest_memory.o \ +efi_selftest_open_protocol.o \ efi_selftest_register_notify.o \ efi_selftest_snp.o \ efi_selftest_textinput.o \ |
