Add few more tests.
This commit is contained in:
parent
583e5b645c
commit
3f9634e550
17 changed files with 265 additions and 20 deletions
|
@ -20,9 +20,10 @@ grubshell=@builddir@/grub-shell
|
|||
. "@builddir@/grub-core/modinfo.sh"
|
||||
|
||||
case "${grub_modinfo_target_cpu}-${grub_modinfo_platform}" in
|
||||
# PLATFORM: emu is different
|
||||
*-emu)
|
||||
exit 0;;
|
||||
# Flash targets
|
||||
# PLATFORM: Flash targets
|
||||
i386-qemu | i386-coreboot | mips-qemu_mips | mipsel-qemu_mips)
|
||||
exit 0;;
|
||||
# FIXME: currently grub-shell uses only -kernel for loongson
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue