blob: bab2b6a5cb2b533ec982a0e1d0324034eeb7ae16 (
plain) (
blame)
1
2
3
4
5
6
|
#! /bin/bash
# This script tests: pbmtowbmp wbmptopbm
# Also requires:
# Should print 2425386270 41, cksum of testgrid.pbm
${PBM_TESTPREFIX}pbmtowbmp testgrid.pbm | ${PBM_TESTPREFIX}wbmptopbm | cksum
|