From ad547a6b5986815fda458221149728d9d9ab1d87 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 25 Feb 2021 19:22:25 +0000 Subject: restore Build,TODO from r57911 git-svn-id: svn://tug.org/texlive/trunk@57915 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/dvicopy.test | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 Build/source/texk/web2c/dvicopy.test (limited to 'Build/source/texk/web2c/dvicopy.test') diff --git a/Build/source/texk/web2c/dvicopy.test b/Build/source/texk/web2c/dvicopy.test new file mode 100755 index 00000000000..07e61ed14a3 --- /dev/null +++ b/Build/source/texk/web2c/dvicopy.test @@ -0,0 +1,22 @@ +#! /bin/sh -vx +# $Id$ +# Copyright 2017 Karl Berry +# Copyright 2009-2012 Peter Breitenlohner +# 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"` \ + ./dvicopy $srcdir/tests/story tests/xstory.dvi || exit 1 + +fi + +# Redirect stderr so the terminal output will end up in the log file. +(TEXMFCNF=$srcdir/../kpathsea \ + TFMFONTS=$srcdir/tests \ + VFFONTS=$srcdir/tests \ + ./dvicopy <$srcdir/tests/pplr.dvi >tests/xpplr.dvi) 2>&1 || exit 1 + -- cgit v1.2.3