about summary refs log tree commit diff
path: root/test/pbmmake.test
blob: 4b18e3eaa21daa176388ca3e9009313274b4bcd3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#! /bin/bash
# This script tests: pbmmake
# Also requires:


for i in `seq 1 8`
do
for color in -w -b -g
do
pbmmake -plain $color $i $i | tr -d '\n'; echo
done
done
for i in `seq 8 5 98`
do
 ( pbmmake -w $i $i ;
  pbmmake -b $i $i ;
  pbmmake  -g $i $i ) | cksum
done