Add few more tests.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-04-30 17:41:32 +02:00
parent 583e5b645c
commit 3f9634e550
17 changed files with 265 additions and 20 deletions

View file

@ -700,6 +700,18 @@ script = {
common = tests/grub_cmd_date.in;
};
script = {
testcase;
name = grub_cmd_set_date;
common = tests/grub_cmd_set_date.in;
};
script = {
testcase;
name = grub_cmd_sleep;
common = tests/grub_cmd_sleep.in;
};
script = {
testcase;
name = grub_script_expansion;