efi_selftest: unit test for OpenProtocolInformation()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 1 Jun 2019 19:00:50 +0000 (21:00 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 1 Jun 2019 20:40:24 +0000 (22:40 +0200)
commit7950e8e2ebcd0f733ae2b00dbefefe1b742514bc
treeec702ae574de10f5846f7acb9f016daba050f4f4
parent7e572cf69d3e1756ee79ca29cee5bbb317f35f6b
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 <xypron.glpk@gmx.de>
lib/efi_selftest/Makefile
lib/efi_selftest/efi_selftest_open_protocol.c [new file with mode: 0644]