blob: af0e6948070bc8bfa14ceb8b3ce951a4a8f33590 (
plain) (
blame)
1
2
3
4
5
6
|
#! /bin/bash
# This script tests: bmptopnm ppmtobmp
# Also requires:
${PBM_TESTPREFIX}ppmtobmp testimg.ppm | ${PBM_TESTPREFIX}bmptopnm | cksum
${PBM_TESTPREFIX}ppmtobmp testgrid.pbm | ${PBM_TESTPREFIX}bmptopnm | cksum
|