blob: ee5b25e327f97cd48175b8f5e9ef0086410a5b33 (
plain) (
blame)
1
2
3
4
5
6
|
#! /bin/bash
# This script tests: pnmtorast rasttopnm
# Also requires:
# Should produce 1926073387 101484, cksum of testimg.ppm
${PBM_TESTPREFIX}pnmtorast testimg.ppm | ${PBM_TESTPREFIX}rasttopnm | cksum
|