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