1#! /bin/sh
2
3# Copyright (C) 2009-2015 Peter Breitenlohner <tex-live@tug.org>
4# You may freely use, modify and/or distribute this file.
5
6test -d tests || mkdir -p tests
7
8./vftovp -char=bar -help  || exit 1
9
10./vftovp -version  || exit 1
11
12TEXMFCNF=$srcdir/../kpathsea
13TFMFONTS=$srcdir/tests
14export TEXMFCNF TFMFONTS
15
16./vftovp -verbose  $srcdir/tests/badvf && exit 1
17
18./vftovp -verbose $srcdir/tests/ptmr ptmr tests/xptmra || exit 1
19
20diff $srcdir/tests/ptmr.vpl tests/xptmra.vpl || exit 1
21
22./vftovp -verbose $srcdir/tests/ptmr ptmr >tests/xptmrb.vpl || exit 1
23
24diff $srcdir/tests/ptmr.vpl tests/xptmrb.vpl || exit 1
25
26