From 9e82db30ffdc8ecdc1ddb1085d686a34699832b8 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Wed, 24 Aug 2011 08:01:47 +0000 Subject: upTeX and e-upTeX: final(?) version + some test cases git-svn-id: svn://tug.org/texlive/trunk@23678 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/triptrap-sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Build/source/texk/web2c/triptrap-sh') diff --git a/Build/source/texk/web2c/triptrap-sh b/Build/source/texk/web2c/triptrap-sh index a60e9b2a41c..8e2a15bbe66 100755 --- a/Build/source/texk/web2c/triptrap-sh +++ b/Build/source/texk/web2c/triptrap-sh @@ -25,6 +25,8 @@ do etrip.diffs) tst=etexdir/etrip; msg='e-TRIP test for e-TeX';; ptrip.diffs) tst=ptexdir/ptrip; msg='TRIP test for pTeX';; eptrip.diffs) tst=eptexdir/eptrip; msg='e-TRIP test for e-pTeX';; + uptrip.diffs) tst=uptexdir/uptrip; msg='TRIP test for upTeX';; + euptrip.diffs) tst=euptexdir/euptrip; msg='e-TRIP test for e-upTeX';; *) echo "$me: Bad argument \`$file'"; exit 1;; esac echo ">>> Running $msg." @@ -38,6 +40,8 @@ do -e "s%$srcdir/etexdir%SRCDIR/etexdir%" \ -e "s%$srcdir/ptexdir%SRCDIR/ptexdir%" \ -e "s%$srcdir/eptexdir%SRCDIR/eptexdir%" \ + -e "s%$srcdir/uptexdir%SRCDIR/uptexdir%" \ + -e "s%$srcdir/euptexdir%SRCDIR/euptexdir%" \ $tmp >>$file echo "PASS: $tst.test" >>$file rm -f $tmp -- cgit v1.2.3