* grub-core/tests/signature_test.c: New test.
This commit is contained in:
parent
431e57a797
commit
61c22fdf36
5 changed files with 391 additions and 0 deletions
|
@ -62,6 +62,7 @@ grub_functional_all_tests (grub_extcmd_context_t ctxt __attribute__ ((unused)),
|
|||
grub_dl_load ("xnu_uuid_test");
|
||||
grub_dl_load ("pbkdf2_test");
|
||||
grub_dl_load ("legacy_password_test");
|
||||
grub_dl_load ("signature_test");
|
||||
|
||||
FOR_LIST_ELEMENTS (test, grub_test_list)
|
||||
ok = !grub_test_run (test) && ok;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue