about summary refs log tree commit diff
path: root/test/xbm-roundtrip.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/xbm-roundtrip.test')
-rwxr-xr-xtest/xbm-roundtrip.test6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/xbm-roundtrip.test b/test/xbm-roundtrip.test
new file mode 100755
index 00000000..2dcb5a13
--- /dev/null
+++ b/test/xbm-roundtrip.test
@@ -0,0 +1,6 @@
+#! /bin/bash
+# This script tests: pbmtoxbm xbmtopbm
+# Also requires: 
+
+${PBM_TESTPREFIX}pbmtoxbm testgrid.pbm | ${PBM_TESTPREFIX}xbmtopbm | cksum
+${PBM_TESTPREFIX}pbmtoxbm -x10 testgrid.pbm | ${PBM_TESTPREFIX}xbmtopbm | cksum