* grub-core/tests/pbkdf2_test.c: New test.
This commit is contained in:
parent
2def66169e
commit
41f26e0ebc
4 changed files with 107 additions and 0 deletions
|
@ -60,6 +60,7 @@ grub_functional_all_tests (grub_extcmd_context_t ctxt __attribute__ ((unused)),
|
|||
grub_dl_load ("cmdline_cat_test");
|
||||
grub_dl_load ("div_test");
|
||||
grub_dl_load ("xnu_uuid_test");
|
||||
grub_dl_load ("pbkdf2_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