summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/omegaware/omfonts.test
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-06-01 13:06:15 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-06-01 13:06:15 +0000
commit94cac9648a9bc8062c0dc6e9ab684db0ea6c22cf (patch)
tree0f3d95b398c232788ef4b0158af6f62f150205e9 /Build/source/texk/web2c/omegaware/omfonts.test
parent03af13bb7efa4ff54513f221db66312562a3cfda (diff)
add test cases for omega font utilities
git-svn-id: svn://tug.org/texlive/trunk@13559 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/omegaware/omfonts.test')
-rwxr-xr-xBuild/source/texk/web2c/omegaware/omfonts.test34
1 files changed, 34 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/omegaware/omfonts.test b/Build/source/texk/web2c/omegaware/omfonts.test
new file mode 100755
index 00000000000..4bf1e48fa4e
--- /dev/null
+++ b/Build/source/texk/web2c/omegaware/omfonts.test
@@ -0,0 +1,34 @@
+#! /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
+
+./pltotf $srcdir/tests/Cherokee tests/Cherokee || exit 1
+
+TEXMFCNF=$srcdir/../kpathsea \
+ ./tftopl tests/Cherokee tests/xCherokee || exit 1
+
+diff $srcdir/tests/Cherokee.pl tests/xCherokee.pl || exit 1
+
+TEXMFCNF=$srcdir/../kpathsea \
+ OFMFONTS=./tests \
+ ./ovp2ovf -verbose $srcdir/tests/OCherokee tests/OCherokee tests/OCherokee || exit 1
+
+TEXMFCNF=$srcdir/../kpathsea \
+ ./ofm2opl -verbose tests/OCherokee tests/OCherokee || exit 1
+
+./opl2ofm -verbose tests/OCherokee tests/xOCherokee || exit 1
+
+TEXMFCNF=$srcdir/../kpathsea \
+ ./ofm2opl -verbose tests/xOCherokee tests/xOCherokee || exit 1
+
+diff tests/OCherokee.opl tests/xOCherokee.opl || exit 1
+
+TEXMFCNF=$srcdir/../kpathsea \
+ OFMFONTS=.:./tests \
+ ./ovf2ovp -verbose tests/OCherokee tests/OCherokee tests/xOCherokee || exit 1
+
+diff $srcdir/tests/OCherokee.ovp tests/xOCherokee.ovp || exit 1
+