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.test10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/pnmcat.test b/test/pnmcat.test
new file mode 100755
index 00000000..c643320d
--- /dev/null
+++ b/test/pnmcat.test
@@ -0,0 +1,10 @@
+#! /bin/bash
+# This script tests: pnmcat
+# Also requires:
+
+
+pnmcat -lr testgrid.pbm testgrid.pbm | cksum
+pnmcat -tb testgrid.pbm testgrid.pbm | cksum
+
+pnmcat -lr testimg.ppm testimg.ppm | cksum
+pnmcat -tb testimg.ppm testimg.ppm | cksum