diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-07-16 07:51:07 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-07-16 07:51:07 +0000 |
commit | 7a00b27579c631f2389ee63ed38cea662ec78da1 (patch) | |
tree | e3661ae5f38cf4fc3b21723356a598c6db80f210 /Build/source/texk/web2c/omegafonts/specialhex.test | |
parent | b0ee6760d9a625a2e5a95d4dcad6145602743019 (diff) |
texk/web2c/omegafonts: fix handling of DVI specials in char packets
git-svn-id: svn://tug.org/texlive/trunk@14275 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/omegafonts/specialhex.test')
-rwxr-xr-x | Build/source/texk/web2c/omegafonts/specialhex.test | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/omegafonts/specialhex.test b/Build/source/texk/web2c/omegafonts/specialhex.test new file mode 100755 index 00000000000..1b3499463b9 --- /dev/null +++ b/Build/source/texk/web2c/omegafonts/specialhex.test @@ -0,0 +1,27 @@ +#! /bin/sh + +# Copyright (C) 2009 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 \ + OFMFONTS=tests \ + ./omfonts -ovp2ovf -verbose $srcdir/tests/specialhex tests/specialhex tests/specialhex || exit 1 + +TEXMFCNF=$srcdir/../../kpathsea \ + ./omfonts -ofm2opl -verbose tests/specialhex tests/specialhex || exit 1 + +./omfonts -opl2ofm -verbose tests/specialhex tests/xspecialhex || exit 1 + +TEXMFCNF=$srcdir/../../kpathsea \ + ./omfonts -ofm2opl -verbose tests/xspecialhex tests/xspecialhex || exit 1 + +diff tests/specialhex.opl tests/xspecialhex.opl || exit 1 + +TEXMFCNF=$srcdir/../../kpathsea \ + OFMFONTS=.:./tests \ + ./omfonts -ovf2ovp -verbose tests/specialhex tests/specialhex tests/xspecialhex || exit 1 + +diff $srcdir/tests/specialhex.ovp tests/xspecialhex.ovp || exit 1 + |