]> git.proxmox.com Git - grub2.git/commit - Makefile.am
Enable boottests
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 25 Aug 2010 14:59:11 +0000 (16:59 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 25 Aug 2010 14:59:11 +0000 (16:59 +0200)
commit5ad6967b19306efe28b047b97b21b839b74f7077
tree0a6168e4ae7962c0548df242afb8a61ebc2c7540
parent16bd6cfab2d7e4add19174c85de256ea2f6baf36
Enable boottests
22 files changed:
Makefile.am
grub-core/tests/boot/kfreebsd.cfg [new file with mode: 0644]
grub-core/tests/boot/kfreebsd.init-i386.S [new file with mode: 0644]
grub-core/tests/boot/kfreebsd.init-x86_64.S [new file with mode: 0644]
grub-core/tests/boot/knetbsd.cfg [new file with mode: 0644]
grub-core/tests/boot/knetbsd.init-i386.S [new file with mode: 0644]
grub-core/tests/boot/knetbsd.init-x86_64.S [new file with mode: 0644]
grub-core/tests/boot/linux.cfg [new file with mode: 0644]
grub-core/tests/boot/linux.init-i386.S [new file with mode: 0644]
grub-core/tests/boot/linux.init-x86_64.S [new file with mode: 0644]
grub-core/tests/boot/linux16.cfg [new file with mode: 0644]
tests/boot/kfreebsd.cfg [deleted file]
tests/boot/kfreebsd.init-i386.S [deleted file]
tests/boot/kfreebsd.init-x86_64.S [deleted file]
tests/boot/knetbsd.cfg [deleted file]
tests/boot/knetbsd.init-i386.S [deleted file]
tests/boot/knetbsd.init-x86_64.S [deleted file]
tests/boot/linux.cfg [deleted file]
tests/boot/linux.init-i386.S [deleted file]
tests/boot/linux.init-x86_64.S [deleted file]
tests/boot/linux16.cfg [deleted file]
tests/util/grub-shell.in