blob: eb3a0f67cd2af86ca6d3d0d21bddd5b96abccafe (
plain)
1
2
3
4
5
6
7
8
9
|
#! /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
./pltotf -verbose $srcdir/tests/cmr10 tests/xcmr10 || exit 1
|