about summary refs log tree commit diff
path: root/test/bmp-roundtrip.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/bmp-roundtrip.test')
-rwxr-xr-xtest/bmp-roundtrip.test6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/bmp-roundtrip.test b/test/bmp-roundtrip.test
new file mode 100755
index 00000000..af0e6948
--- /dev/null
+++ b/test/bmp-roundtrip.test
@@ -0,0 +1,6 @@
+#! /bin/bash
+# This script tests: bmptopnm ppmtobmp
+# Also requires: 
+
+${PBM_TESTPREFIX}ppmtobmp testimg.ppm | ${PBM_TESTPREFIX}bmptopnm | cksum
+${PBM_TESTPREFIX}ppmtobmp testgrid.pbm | ${PBM_TESTPREFIX}bmptopnm | cksum
\ No newline at end of file