sync with trunk
[luatex.git] / source / texk / web2c / tftopl.test
blob49237d2f982267df4f25691e635bdbda863dd894
1 #! /bin/sh
3 # Copyright (C) 2009-2015 Peter Breitenlohner <tex-live@tug.org>
4 # You may freely use, modify and/or distribute this file.
6 test -d tests || mkdir -p tests
8 ./tftopl -version || exit 1
10 TEXMFCNF=$srcdir/../kpathsea
11 export TEXMFCNF
13 ./tftopl -verbose $srcdir/tests/badtfm && exit 1
15 ./tftopl -verbose $srcdir/tests/cmr10 tests/xcmr10a || exit 1
17 diff $srcdir/tests/cmr10.pl tests/xcmr10a.pl || exit 1
19 ./tftopl -verbose $srcdir/tests/cmr10 >tests/xcmr10b.pl || exit 1
21 diff $srcdir/tests/cmr10.pl tests/xcmr10b.pl || exit 1