summaryrefslogtreecommitdiff
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
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
-rw-r--r--Build/source/texk/web2c/am/cweb.am2
-rw-r--r--Build/source/texk/web2c/cwebdir/ChangeLog4
-rwxr-xr-xBuild/source/texk/web2c/cwebdir/ctwill.test1
3 files changed, 6 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/am/cweb.am b/Build/source/texk/web2c/am/cweb.am
index 7a85b5e83f4..4b0b3c73ac2 100644
--- a/Build/source/texk/web2c/am/cweb.am
+++ b/Build/source/texk/web2c/am/cweb.am
@@ -52,7 +52,7 @@ DISTCLEANFILES += ctie.outc ctie.outm
ctiedir/ctie.log: ctie$(EXEEXT)
TESTS += cwebdir/ctwill.test
-DISTCLEANFILES += ham.aux ham.idx ham.scn ham.sref ham.tex ham-sorted.tex
+DISTCLEANFILES += ham.aux ham.idx ham.scn ham.sref ham.tex ham-sorted.tex index.tex
cwebdir/ctwill.log: ctwill$(EXEEXT)
TESTS += cwebdir/cweave.test
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