New series of tests for gfxterm and gfxmenu.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-05-03 14:09:55 +02:00
parent 7391c4d5ac
commit c104b6f93e
10 changed files with 426 additions and 300 deletions

View file

@ -51,9 +51,10 @@ 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");
FOR_LIST_ELEMENTS (test, grub_test_list)
ok = ok && !grub_test_run (test);
ok = !grub_test_run (test) && ok;
if (ok)
grub_printf ("ALL TESTS PASSED\n");
else