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

  alias mrftopbm="${PBM_TESTPREFIX}mrftopbm"
  alias pbmtomrf="${PBM_TESTPREFIX}pbmtomrf"
  shopt -s expand_aliases

# Should print 2425386270 41, cksum of testgrid.pbm
pbmtomrf testgrid.pbm | mrftopbm | cksum