diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-07-16 07:52:30 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-07-16 07:52:30 +0000 |
commit | 18e4464e63053be33764cda1a3a50a60a3ebb82a (patch) | |
tree | 1655d2a176ba33f525ced3c6b72565bd71633ba9 /Build/source/texk/web2c/omegaware/specialhex.test | |
parent | 7a00b27579c631f2389ee63ed38cea662ec78da1 (diff) |
texk/web2c: build fixes
git-svn-id: svn://tug.org/texlive/trunk@14276 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/omegaware/specialhex.test')
-rwxr-xr-x | Build/source/texk/web2c/omegaware/specialhex.test | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/omegaware/specialhex.test b/Build/source/texk/web2c/omegaware/specialhex.test new file mode 100755 index 00000000000..44cc82fbe2d --- /dev/null +++ b/Build/source/texk/web2c/omegaware/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 \ + ./ovp2ovf -verbose $srcdir/tests/specialhex tests/specialhex tests/specialhex || exit 1 + +TEXMFCNF=$srcdir/../kpathsea \ + ./ofm2opl -verbose tests/specialhex tests/specialhex || exit 1 + +./opl2ofm -verbose tests/specialhex tests/xspecialhex || exit 1 + +TEXMFCNF=$srcdir/../kpathsea \ + ./ofm2opl -verbose tests/xspecialhex tests/xspecialhex || exit 1 + +diff tests/specialhex.opl tests/xspecialhex.opl || exit 1 + +TEXMFCNF=$srcdir/../kpathsea \ + OFMFONTS=.:./tests \ + ./ovf2ovp -verbose tests/specialhex tests/specialhex tests/xspecialhex || exit 1 + +diff $srcdir/tests/specialhex.ovp tests/xspecialhex.ovp || exit 1 + |