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

  alias bmptopnm="${PBM_TESTPREFIX}bmptopnm"
  alias ppmtobmp="${PBM_TESTPREFIX}ppmtobmp"
  shopt -s expand_aliases

ppmtobmp testimg.ppm | bmptopnm | cksum
ppmtobmp testgrid.pbm | bmptopnm | cksum