summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/cwebdir
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2023-06-23 12:39:00 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2023-06-23 12:39:00 +0000
commitddb1898d66d2a3051e4024df65d4092f6bd59a25 (patch)
tree40a6e1d5f3674e07871a39225f3eb1113b8c446f /Build/source/texk/web2c/cwebdir
parent95df0c0876ee2110166bea173b2928a34be6c07f (diff)
[CWEB] Final touches.
The TWINX output shouldn't be distributed. For consistency, the main output from CTWILL is checked. git-svn-id: svn://tug.org/texlive/trunk@67447 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/cwebdir')
-rw-r--r--Build/source/texk/web2c/cwebdir/ChangeLog4
-rwxr-xr-xBuild/source/texk/web2c/cwebdir/ctwill.test1
2 files changed, 5 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/cwebdir/ChangeLog b/Build/source/texk/web2c/cwebdir/ChangeLog
index c1ad7fdbbec..df274c6b261 100644
--- a/Build/source/texk/web2c/cwebdir/ChangeLog
+++ b/Build/source/texk/web2c/cwebdir/ChangeLog
@@ -1,3 +1,7 @@
+2023-06-23 Andreas Scherer <https://ascherer.github.io>
+
+ * ctwill.test: Check CTWILL output.
+
2023-06-22 Andreas Scherer <https://ascherer.github.io>
* ctproofmac.tex,
diff --git a/Build/source/texk/web2c/cwebdir/ctwill.test b/Build/source/texk/web2c/cwebdir/ctwill.test
index d72ae1b102f..d921568b560 100755
--- a/Build/source/texk/web2c/cwebdir/ctwill.test
+++ b/Build/source/texk/web2c/cwebdir/ctwill.test
@@ -8,6 +8,7 @@ testdir=$srcdir/cwebdir/tests
# Test CTWILL by running it twice
CWEBINPUTS=$testdir ./ctwill ham ham || exit 1
CWEBINPUTS=$testdir ./ctwill ham ham || exit 1
+diff ham.tex $testdir/ham.tex || exit 1
# Test CTWILL-REFSORT
./ctwill-refsort < $testdir/ham.ref > ham.sref || exit 1