tests: add test command file tests

This requires access to files in both host and grub image, so
implementing as separate test unit instead of script test was
more easy.
This commit is contained in:
Andrei Borzenkov 2015-01-30 21:42:46 +03:00
parent f153fcb5a5
commit 1e047e53ae
2 changed files with 73 additions and 0 deletions

View file

@ -1156,6 +1156,12 @@ script = {
common = tests/file_filter_test.in;
};
script = {
testcase;
name = grub_cmd_test;
common = tests/grub_cmd_test.in;
};
program = {
testcase;
name = example_unit_test;