about summary refs log tree commit diff
path: root/test/pgmhist.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/pgmhist.test')
-rwxr-xr-xtest/pgmhist.test6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/pgmhist.test b/test/pgmhist.test
new file mode 100755
index 00000000..b5e7ef7d
--- /dev/null
+++ b/test/pgmhist.test
@@ -0,0 +1,6 @@
+#! /bin/bash
+# This script tests: pgmhist
+# Also requires: pgmramp
+
+${PBM_BINPREFIX}pgmramp -maxval=8 -lr 8 2 | ${PBM_TESTPREFIX}pgmhist
+${PBM_TESTPREFIX}pgmhist testgrid.pbm
\ No newline at end of file