diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-07-01 20:01:53 +0200 |
---|---|---|
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-07-03 18:03:41 +0200 |
commit | ae54b946ca03d92f5d9efdf575a0e7940fb5482f (patch) | |
tree | 62b0cc662f13030ac7cec6351304b8ec060f160f /MAINTAINERS | |
parent | 28164c925ef02082f6320542acee744f8712ae9c (diff) |
test: provide tests for efi_image_region_add()
Provide unit tests for efi_image_region_add().
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index db8cecd5e0..b515bf3d93 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -633,6 +633,7 @@ F: include/pe.h F: include/asm-generic/pe.h F: lib/charset.c F: lib/efi*/ +F: test/lib/efi_* F: test/py/tests/test_efi* F: test/py/tests/test_efi*/ F: test/unicode_ut.c |