beta-0.89.2
[luatex.git] / source / texk / web2c / vptovf.test
blob55dfdb26fed294aaf1c37c9a40abcab81746fd9c
1 #! /bin/sh
3 # Copyright (C) 2009-2015 Peter Breitenlohner <tex-live@tug.org>
4 # You may freely use, modify and/or distribute this file.
6 test -d tests || mkdir -p tests
8 ./vptovf -help || exit 1
10 ./vptovf -version || exit 1
12 TEXMFCNF=$srcdir/../kpathsea
13 export TEXMFCNF
15 ./vptovf -verbose $srcdir/tests/badvpl && exit 1
17 ./vptovf -verbose $srcdir/tests/ptmr tests/yptmr tests/yptmr || exit 1
19 cmp $srcdir/tests/ptmr.vf tests/yptmr.vf || exit 1
21 cmp $srcdir/tests/ptmr.tfm tests/yptmr.tfm || exit 1
23 ./vptovf -verbose $srcdir/tests/ptmr tests/yptmr2.vf || exit 1
25 cmp $srcdir/tests/ptmr.vf tests/yptmr2.vf || exit 1
27 cmp $srcdir/tests/ptmr.tfm tests/yptmr2.tfm || exit 1