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


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