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:
parent
f153fcb5a5
commit
1e047e53ae
2 changed files with 73 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue