New functional test for sleep function.
This test allows to check sleep without qemu. Keep qemu version as well as functional test won't notice if all clocks are going too fast or too slow.
This commit is contained in:
parent
39711101fd
commit
04b0285701
4 changed files with 59 additions and 0 deletions
|
@ -64,6 +64,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 ("signature_test");
|
||||
grub_dl_load ("sleep_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