summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mplibdir/dvitomp.test
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-05-25 13:57:51 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-05-25 13:57:51 +0000
commitd8a3e1e0ee206a616a1e7f09f17b1b039a272bc4 (patch)
treee92a17253daea37906a3bfb1611fde2679d0ac02 /Build/source/texk/web2c/mplibdir/dvitomp.test
parentb50e8d78f4b4b86177863a60bc85f5cd393ba04b (diff)
remove mpware/ and old (Pascal Web) mpost and dvitomp
git-svn-id: svn://tug.org/texlive/trunk@13458 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/mplibdir/dvitomp.test')
-rwxr-xr-xBuild/source/texk/web2c/mplibdir/dvitomp.test21
1 files changed, 21 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/mplibdir/dvitomp.test b/Build/source/texk/web2c/mplibdir/dvitomp.test
new file mode 100755
index 00000000000..c2f91463f96
--- /dev/null
+++ b/Build/source/texk/web2c/mplibdir/dvitomp.test
@@ -0,0 +1,21 @@
+#! /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
+
+if tfmpath=`$KPSEWHICH cmbx10.tfm`; then
+
+ TEXMFCNF=$srcdir/../kpathsea \
+ TFMFONTS=`dirname $tfmpath` \
+ ./mpost --dvitomp $srcdir/tests/story.dvi tests/xstory.mpx || exit 1
+
+fi
+
+TEXMFCNF=$srcdir/../kpathsea \
+ TFMFONTS=$srcdir/tests \
+ VFFONTS=$srcdir/tests: \
+ ./mpost --dvitomp $srcdir/tests/ptmr ptmr.mpx && \
+ mv ptmr.mpx tests/xptmr.mpx || exit 1
+