summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/twill.test
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2022-01-06 11:08:43 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2022-01-06 11:08:43 +0000
commit7d4efbc0548c1ac1a061b7a50724d355109812bf (patch)
tree1cdfd9c126a63ad6bdefe15a827d941ab167416b /Build/source/texk/web2c/twill.test
parentfe1ac10c26d36311b234d97d93212ae078e22550 (diff)
[WEB] Add Pascal TWILL 4.5.
See 'git log' in https://github.com/ascherer/twill (now 'archived') and in https://github.com/ascherer/web (both branches 'master' and 'adapt-twill-for-texlive') for details of this impromptu project. git-svn-id: svn://tug.org/texlive/trunk@61509 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/twill.test')
-rwxr-xr-xBuild/source/texk/web2c/twill.test12
1 files changed, 12 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/twill.test b/Build/source/texk/web2c/twill.test
new file mode 100755
index 00000000000..eeaa3a56730
--- /dev/null
+++ b/Build/source/texk/web2c/twill.test
@@ -0,0 +1,12 @@
+#! /bin/sh -vx
+# $Id$
+# Copyright 2022 Andreas Scherer <https://ascherer.github.io>
+# Copyright 2017 Karl Berry <tex-live@tug.org>
+# Copyright 2009 Peter Breitenlohner <tex-live@tug.org>
+# You may freely use, modify and/or distribute this file.
+
+test -d tests || mkdir -p tests
+
+TEXMFCNF=$srcdir/../kpathsea WEBINPUTS=$srcdir \
+ ./twill pooltype || exit 1
+