diff options
author | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2018-01-21 05:26:27 +0000 |
---|---|---|
committer | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2018-01-21 05:26:27 +0000 |
commit | 97966488b5256797ac90a85eba46fd4464842c8f (patch) | |
tree | 06baa51a81ff23b467fb6cdb960283df6b091120 /Build/source/texk/web2c/uptexdir/yokotate.test | |
parent | fa0ffd9d1a8e3b86577dd54956b457241ec574aa (diff) |
uptexdir: more suitable tests
git-svn-id: svn://tug.org/texlive/trunk@46400 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/uptexdir/yokotate.test')
-rwxr-xr-x | Build/source/texk/web2c/uptexdir/yokotate.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/uptexdir/yokotate.test b/Build/source/texk/web2c/uptexdir/yokotate.test index 720aa8b9785..82fce7d0c60 100755 --- a/Build/source/texk/web2c/uptexdir/yokotate.test +++ b/Build/source/texk/web2c/uptexdir/yokotate.test @@ -9,8 +9,8 @@ test -d uptests || mkdir -p uptests # Test inputs testdir=$srcdir/uptexdir/tests -# Testing pPLtoTF/pTFtoPL for min10 (yoko=horiz) and tmin10 (tate=vert). -for font in min10 tmin10; do +# Testing upPLtoTF/upTFtoPL for umin10 (yoko=horiz) and utmin10 (tate=vert). +for font in umin10 utmin10; do ./uppltotf -verbose $testdir/$font.pl uptests/x$font.tfm && \ cmp $testdir/$font.tfm uptests/x$font.tfm && echo || exit 1 |