#! /bin/sh -vx # $Id$ # Copyright 2017 Karl Berry # Copyright 2009-2015 Peter Breitenlohner # You may freely use, modify and/or distribute this file. BinDir=${BinDir:-.} ExeExt=${ExeExt:-} _pltotf=$BinDir/pltotf$ExeExt test -d tests || mkdir -p tests $_pltotf -help || exit 1 $_pltotf -version || exit 2 $_pltotf -verbose $srcdir/tests/badpl && exit 3 $_pltotf -verbose $srcdir/tests/cmr10 tests/xcmr10 || exit 4 cmp $srcdir/tests/cmr10.tfm tests/xcmr10.tfm || exit 5