#! /bin/sh # Copyright (C) 2009-2014 Peter Breitenlohner # You may freely use, modify and/or distribute this file. test -d tests || mkdir -p tests ./tftopl -char=foo -help || exit 1 TEXMFCNF=$srcdir/../kpathsea \ ./tftopl -verbose $srcdir/tests/cmr10 tests/xcmr10 || exit 1 diff $srcdir/tests/cmr10.pl tests/xcmr10.pl || exit 1