about summary refs log tree commit diff
path: root/test/pnmcat.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/pnmcat.test')
-rwxr-xr-xtest/pnmcat.test9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/pnmcat.test b/test/pnmcat.test
new file mode 100755
index 00000000..35efd515
--- /dev/null
+++ b/test/pnmcat.test
@@ -0,0 +1,9 @@
+#! /bin/bash
+# This script tests: pnmcat
+# Also requires: 
+
+${PBM_TESTPREFIX}pnmcat -lr testgrid.pbm testgrid.pbm | cksum
+${PBM_TESTPREFIX}pnmcat -tb testgrid.pbm testgrid.pbm | cksum
+
+${PBM_TESTPREFIX}pnmcat -lr testimg.ppm testimg.ppm | cksum
+${PBM_TESTPREFIX}pnmcat -tb testimg.ppm testimg.ppm | cksum