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