blob: 19c4e9f120398e211b257bfd15ef43382a031282 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#! /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 \
./tftopl -verbose $srcdir/tests/cmr10 tests/xcmr10 || exit 1
diff $srcdir/tests/cmr10.pl tests/xcmr10.pl || exit 1
|