diff options
Diffstat (limited to 'tests/squashfs_test.in')
-rw-r--r-- | tests/squashfs_test.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/squashfs_test.in b/tests/squashfs_test.in new file mode 100644 index 0000000..2f044f9 --- /dev/null +++ b/tests/squashfs_test.in @@ -0,0 +1,12 @@ +#!@BUILD_SHEBANG@ + +set -e + +if ! which mksquashfs >/dev/null 2>&1; then + echo "mksquashfs not installed; cannot test squashfs." + exit 77 +fi + +"@builddir@/grub-fs-tester" squash4_gzip +"@builddir@/grub-fs-tester" squash4_xz +"@builddir@/grub-fs-tester" squash4_lzo |