efi_selftest: test variable services at runtime
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 20 Jun 2019 14:18:48 +0000 (16:18 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 6 Jul 2019 19:25:32 +0000 (21:25 +0200)
commit1bb52fc2d20da0502c0514109e102bdcf3a25b6e
treee1503703984ac5c398da5cd3a4457a79c63fef98
parentb94461c224ac65714a5f50861e8f660665ed559f
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>
lib/efi_selftest/Makefile
lib/efi_selftest/efi_selftest_variables_runtime.c [new file with mode: 0644]