summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/vftovp.test
blob: 6e8b01af288873ef63824e280c32940c313a0d33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#! /bin/sh

# Copyright (C) 2009-2015 Peter Breitenlohner <tex-live@tug.org>
# 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