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