summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/omegaware/ofonts.test
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2014-07-09 11:29:23 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2014-07-09 11:29:23 +0000
commit0c0900f8ae6d770b54d9d5602af9e2c7f398bac5 (patch)
tree0e5f3a9f6bb34b55481b595c864193bb81b02f97 /Build/source/texk/web2c/omegaware/ofonts.test
parentd5143b40000d0fac9135af33ea084189e99e733e (diff)
texk/web2c: Drop configure option '--disable-omfonts'
omegaware: Always build wofm2opl&Co, more tests omegafonts: Allow char codes from Supplementary Unicode Planes git-svn-id: svn://tug.org/texlive/trunk@34555 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/omegaware/ofonts.test')
-rwxr-xr-xBuild/source/texk/web2c/omegaware/ofonts.test26
1 files changed, 13 insertions, 13 deletions
diff --git a/Build/source/texk/web2c/omegaware/ofonts.test b/Build/source/texk/web2c/omegaware/ofonts.test
index 9cdad045234..0b3b928913d 100755
--- a/Build/source/texk/web2c/omegaware/ofonts.test
+++ b/Build/source/texk/web2c/omegaware/ofonts.test
@@ -1,6 +1,6 @@
#! /bin/sh
-# Copyright (C) 2009 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.
tests=omegaware/tests
@@ -11,47 +11,47 @@ VPL='ofontr1 ofontv4'
OVP='ofontr2 ofontr3 ofontv5 ofontv6'
for f in $VPL; do
- ./opl2ofm -verbose $srcdir/$tests/$f.pl $tests/x$f.tfm || exit 1
+ ./wopl2ofm -verbose $srcdir/$tests/$f.pl $tests/x$f.tfm || exit 1
TEXMFCNF=$srcdir/../kpathsea \
- ./ofm2opl -verbose $tests/x$f.tfm $tests/x$f.pl || exit 1
+ ./wofm2opl -verbose $tests/x$f.tfm $tests/x$f.pl || exit 1
diff $srcdir/$tests/$f.pl $tests/x$f.pl || exit 1
done
for f in $OVP; do
- ./opl2ofm -verbose $srcdir/$tests/$f $tests/x$f || exit 1
+ ./wopl2ofm -verbose $srcdir/$tests/$f $tests/x$f || exit 1
TEXMFCNF=$srcdir/../kpathsea \
- ./ofm2opl -verbose $tests/x$f $tests/x$f || exit 1
+ ./wofm2opl -verbose $tests/x$f $tests/x$f || exit 1
diff $srcdir/$tests/$f.opl $tests/x$f.opl || exit 1
done
rm -rf $tests/xofont*
for f in ofontr0; do
- ./opl2ofm -verbose $srcdir/$tests/$f.pl $tests/x$f.tfm || exit 1
+ ./wopl2ofm -verbose $srcdir/$tests/$f.pl $tests/x$f.tfm || exit 1
TEXMFCNF=$srcdir/../kpathsea \
- ./ofm2opl -verbose $tests/x$f.tfm $tests/x$f.pl || exit 1
+ ./wofm2opl -verbose $tests/x$f.tfm $tests/x$f.pl || exit 1
diff $srcdir/$tests/$f.pl $tests/x$f.pl || exit 1
done
for f in $VPL; do
- ./ovp2ovf -verbose $srcdir/$tests/$f.vpl $tests/x$f.vf $tests/x$f.tfm || exit 1
+ ./wovp2ovf -verbose $srcdir/$tests/$f.vpl $tests/x$f.vf $tests/x$f.tfm || exit 1
TEXMFCNF=$srcdir/../kpathsea \
- ./ofm2opl -verbose $tests/x$f.tfm $tests/x$f.pl || exit 1
+ ./wofm2opl -verbose $tests/x$f.tfm $tests/x$f.pl || exit 1
diff $srcdir/$tests/$f.pl $tests/x$f.pl || exit 1
TEXMFCNF=$srcdir/../kpathsea \
OFMFONTS=.:$srcdir/$tests \
- ./ovf2ovp -verbose $tests/x$f.vf $tests/x$f.tfm $tests/x$f.vpl || exit 1
+ ./wovf2ovp -verbose $tests/x$f.vf $tests/x$f.tfm $tests/x$f.vpl || exit 1
diff $srcdir/$tests/$f.vpl $tests/x$f.vpl || exit 1
done
for f in $OVP; do
- ./ovp2ovf -verbose $srcdir/$tests/$f $tests/x$f $tests/x$f || exit 1
+ ./wovp2ovf -verbose $srcdir/$tests/$f $tests/x$f $tests/x$f || exit 1
TEXMFCNF=$srcdir/../kpathsea \
- ./ofm2opl -verbose $tests/x$f $tests/x$f || exit 1
+ ./wofm2opl -verbose $tests/x$f $tests/x$f || exit 1
diff $srcdir/$tests/$f.opl $tests/x$f.opl || exit 1
TEXMFCNF=$srcdir/../kpathsea \
OFMFONTS=.:$srcdir/$tests \
- ./ovf2ovp -verbose $tests/x$f $tests/x$f $tests/x$f || exit 1
+ ./wovf2ovp -verbose $tests/x$f $tests/x$f $tests/x$f || exit 1
diff $srcdir/$tests/$f.ovp $tests/x$f.ovp || exit 1
done