about summary refs log tree commit diff
path: root/test/pnmcat.test
blob: b77c90fd39f8e534a7a4b85123d618d665fdc364 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/bash
# This script tests: pnmcat
# Also requires: 

  alias pnmcat="${PBM_TESTPREFIX}pnmcat"
  shopt -s expand_aliases

pnmcat -lr testgrid.pbm testgrid.pbm | cksum
pnmcat -tb testgrid.pbm testgrid.pbm | cksum

pnmcat -lr testimg.ppm testimg.ppm | cksum
pnmcat -tb testimg.ppm testimg.ppm | cksum