#! /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:-} _vptovf=$BinDir/vptovf$ExeExt test -d tests || mkdir -p tests $_vptovf -help || exit 1 $_vptovf -version || exit 2 TEXMFCNF=$srcdir/../kpathsea export TEXMFCNF $_vptovf -verbose $srcdir/tests/badvpl && exit 3 $_vptovf -verbose $srcdir/tests/ptmr tests/yptmr tests/yptmr || exit 4 cmp $srcdir/tests/ptmr.vf tests/yptmr.vf || exit 5 cmp $srcdir/tests/ptmr.tfm tests/yptmr.tfm || exit 6 $_vptovf -verbose $srcdir/tests/ptmr tests/yptmr2.vf || exit 7 cmp $srcdir/tests/ptmr.vf tests/yptmr2.vf || exit 8 cmp $srcdir/tests/ptmr.tfm tests/yptmr2.tfm || exit 9