blob: 614361300a48392b8df5b09537f52f66cc4b38a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#! /bin/sh
# Copyright (C) 2009-2013 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
diff $srcdir/tests/ptmr.vpl tests/xptmr.vpl || exit 1
|