summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/vptovf.test
blob: 3f54fb0b45fc2c1cb3cfcf25e3eb14ee9a9e6143 (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
26
27
28
#! /bin/sh

# Copyright (C) 2009-2014 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.

test -d tests || mkdir -p tests

./vptovf -help || exit 1

./vptovf -version || exit 1

TEXMFCNF=$srcdir/../kpathsea
export TEXMFCNF

./vptovf -verbose $srcdir/tests/badvpl && exit 1

./vptovf -verbose $srcdir/tests/ptmr tests/yptmr tests/yptmr || exit 1

cmp $srcdir/tests/ptmr.vf tests/yptmr.vf || exit 1

cmp $srcdir/tests/ptmr.tfm tests/yptmr.tfm || exit 1

./vptovf -verbose $srcdir/tests/ptmr tests/yptmr2.vf || exit 1

cmp $srcdir/tests/ptmr.vf tests/yptmr2.vf || exit 1

cmp $srcdir/tests/ptmr.tfm tests/yptmr2.tfm || exit 1