#! /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 ./vftovp -char=bar -help || exit 1 ./vftovp -version || exit 1 TEXMFCNF=$srcdir/../kpathsea TFMFONTS=$srcdir/tests export TEXMFCNF TFMFONTS ./vftovp -verbose $srcdir/tests/badvf && exit 1 ./vftovp -verbose $srcdir/tests/ptmr ptmr tests/xptmra || exit 1 diff $srcdir/tests/ptmr.vpl tests/xptmra.vpl || exit 1 ./vftovp -verbose $srcdir/tests/ptmr ptmr >tests/xptmrb.vpl || exit 1 diff $srcdir/tests/ptmr.vpl tests/xptmrb.vpl || exit 1