blob: b5e7ef7d06c39018f5b052efd79c270f2e320441 (
plain) (
blame)
1
2
3
4
5
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
|