Move flavour-specific parts out of common cpio.c file and
rename remaining to cpio_common.c
This commit is contained in:
parent
356670f1f2
commit
3d84cb1793
9 changed files with 894 additions and 731 deletions
|
@ -590,6 +590,12 @@ script = {
|
|||
common = tests/example_grub_script_test.in;
|
||||
};
|
||||
|
||||
script = {
|
||||
testcase;
|
||||
name = grub_script_eval;
|
||||
common = tests/grub_script_eval.in;
|
||||
};
|
||||
|
||||
script = {
|
||||
testcase;
|
||||
name = grub_script_test;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue