about summary refs log tree commit diff
path: root/test/ppmtopgm.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/ppmtopgm.test')
-rwxr-xr-xtest/ppmtopgm.test7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/ppmtopgm.test b/test/ppmtopgm.test
new file mode 100755
index 00000000..7ab481c6
--- /dev/null
+++ b/test/ppmtopgm.test
@@ -0,0 +1,7 @@
+#! /bin/bash
+# This script tests: ppmtopgm
+# Also requires: 
+
+# Test 1. Should produce 2871603838 33838
+${PBM_TESTPREFIX}ppmtopgm testimg.ppm | cksum
+