|
#!@BUILD_SHEBANG@
|
|
|
|
set -ex
|
|
|
|
if ! which mkfs.erofs >/dev/null 2>&1; then
|
|
echo "mkfs.erofs not installed; cannot test erofs."
|
|
exit 99
|
|
fi
|
|
|
|
"@builddir@/VasEBoot-fs-tester" erofs_compact
|
|
"@builddir@/VasEBoot-fs-tester" erofs_extended
|
|
"@builddir@/VasEBoot-fs-tester" erofs_chunk
|