blob: 433b7fdc97192500e097c8e20220b528a9aa5137 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#! /bin/sh
# Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.
test -d tests || mkdir -p tests
TEXMFCNF=$srcdir/../kpathsea \
TFMFONTS=$srcdir/tests \
./vftovp -verbose $srcdir/tests/ptmr ptmr tests/xptmr || exit 1
|