* grub-core/tests/setjmp_test.c: New test.
This commit is contained in:
parent
2aa072d76a
commit
011f8ae8d2
4 changed files with 84 additions and 0 deletions
|
@ -56,6 +56,7 @@ grub_functional_all_tests (grub_extcmd_context_t ctxt __attribute__ ((unused)),
|
|||
grub_dl_load ("exfctest");
|
||||
grub_dl_load ("videotest_checksum");
|
||||
grub_dl_load ("gfxterm_menu");
|
||||
grub_dl_load ("setjmp_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