about summary refs log tree commit diff
path: root/test/ppmmake.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/ppmmake.test')
-rwxr-xr-xtest/ppmmake.test13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/ppmmake.test b/test/ppmmake.test
new file mode 100755
index 00000000..02e747ab
--- /dev/null
+++ b/test/ppmmake.test
@@ -0,0 +1,13 @@
+#! /bin/bash
+# This script tests: ppmmake
+# Also requires: 
+
+#export RGBDEF=/usr/share/emacs/23.2/etc/rgb.txt
+
+${PBM_TESTPREFIX}ppmmake rgb:ff/80/80 50 100 -maxval=5 | cksum
+${PBM_TESTPREFIX}ppmmake red 50 50  | cksum
+
+
+
+
+ 
\ No newline at end of file