diff options
Diffstat (limited to 'Build/source/texk/web2c/pltotf.test')
-rwxr-xr-x | Build/source/texk/web2c/pltotf.test | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/pltotf.test b/Build/source/texk/web2c/pltotf.test index 2ce47359be4..1f071e5d700 100755 --- a/Build/source/texk/web2c/pltotf.test +++ b/Build/source/texk/web2c/pltotf.test @@ -1,10 +1,16 @@ #! /bin/sh -# Copyright (C) 2009-2013 Peter Breitenlohner <tex-live@tug.org> +# Copyright (C) 2009-2014 Peter Breitenlohner <tex-live@tug.org> # You may freely use, modify and/or distribute this file. test -d tests || mkdir -p tests +./pltotf -help || exit 1 + +./pltotf -version || exit 1 + +./pltotf -verbose $srcdir/tests/badpl && exit 1 + ./pltotf -verbose $srcdir/tests/cmr10 tests/xcmr10 || exit 1 cmp $srcdir/tests/cmr10.tfm tests/xcmr10.tfm || exit 1 |