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