* grub-core/tests/div_test.c: New test.

This commit is contained in:
Vladimir Serbinenko 2013-11-08 15:01:59 +01:00
parent 4db2250000
commit d061fda7e9
4 changed files with 134 additions and 0 deletions

View file

@ -58,6 +58,7 @@ grub_functional_all_tests (grub_extcmd_context_t ctxt __attribute__ ((unused)),
grub_dl_load ("gfxterm_menu");
grub_dl_load ("setjmp_test");
grub_dl_load ("cmdline_cat_test");
grub_dl_load ("div_test");
FOR_LIST_ELEMENTS (test, grub_test_list)
ok = !grub_test_run (test) && ok;