[latex3-commits] [git/latex2e] master: Enable TU test as-standard (9512cc7)
Joseph Wright
joseph.wright at morningstar2.co.uk
Sun Jan 7 23:09:55 CET 2018
Repository : https://github.com/latex3/latex2e
On branch : master
Link : https://github.com/latex3/latex2e/commit/9512cc709e6e0b5fa8318ca07904edde233d4c12
>---------------------------------------------------------------
commit 9512cc709e6e0b5fa8318ca07904edde233d4c12
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sun Jan 7 22:04:20 2018 +0000
Enable TU test as-standard
>---------------------------------------------------------------
9512cc709e6e0b5fa8318ca07904edde233d4c12
base/build.lua | 3 +++
1 file changed, 3 insertions(+)
diff --git a/base/build.lua b/base/build.lua
index 8c4c5bb..833f6a1 100644
--- a/base/build.lua
+++ b/base/build.lua
@@ -99,6 +99,9 @@ unpackdeps = { }
-- Customise typesetting
indexstyle = "source2e.ist"
+-- Allow for TU test
+checkconfigs = {"build","config-TU"}
+
function format ()
local errorlevel = unpack ()
if errorlevel ~=0 then
More information about the latex3-commits
mailing list