vaseboot/tests/squashfs_test.in

13 lines
277 B
Plaintext

#!@BUILD_SHEBANG@
set -ex
if ! which mksquashfs >/dev/null 2>&1; then
echo "mksquashfs not installed; cannot test squashfs."
exit 99
fi
"@builddir@/VasEBoot-fs-tester" squash4_gzip
"@builddir@/VasEBoot-fs-tester" squash4_xz
"@builddir@/VasEBoot-fs-tester" squash4_lzo