summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/uptexdir/uppltotf.test
blob: d02fc1e957014c956c25519dead12e48b8c50917 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/sh -vx
# $Id$
# Copyright 2017 Karl Berry <tex-live@tug.org>
# Copyright 2011-2013 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.

BinDir=${BinDir:-.}
ExeExt=${ExeExt:-}
_uppltotf=$BinDir/uppltotf$ExeExt

test -d uptests || mkdir -p uptests

$_uppltotf -verbose $srcdir/tests/cmr10 uptests/xcmr10 || exit 1