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