summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/pltotf.test
blob: 927173b089dc52f47379f1a8a1b3cb88fb453c66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#! /bin/sh -vx
# $Id$
# Copyright 2017 Karl Berry <tex-live@tug.org>
# Copyright 2009-2015 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.

BinDir=${BinDir:-.}
ExeExt=${ExeExt:-}
_pltotf=$BinDir/pltotf$ExeExt

test -d tests || mkdir -p tests

$_pltotf -help || exit 1

$_pltotf -version || exit 2

$_pltotf -verbose $srcdir/tests/badpl && exit 3

$_pltotf -verbose $srcdir/tests/cmr10 tests/xcmr10 || exit 4

cmp $srcdir/tests/cmr10.tfm tests/xcmr10.tfm || exit 5