chiark / gitweb /
Add some tests.
[vbig.git] / t-separate
diff --git a/t-separate b/t-separate
new file mode 100755 (executable)
index 0000000..56efd9d
--- /dev/null
@@ -0,0 +1,6 @@
+#! /bin/sh
+set -e
+rm -f testfile
+./vbig --create testfile 65536
+./vbig --verify testfile 65536
+rm -f testfile