blob: 7bf466ac764d1bd576cec6cbf66f70099591481d (
plain)
1
2
3
4
5
6
7
8
9
10
|
#! /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 \
./vptovf $srcdir/tests/ptmr tests/xptmr tests/xptmr || exit 1
|