[latex3-commits] [git/LaTeX3-latex3-latex3] master: Re-enable cmdcheck (79c8b3ba8)
Joseph Wright
joseph.wright at morningstar2.co.uk
Sat Oct 5 22:04:03 CEST 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/79c8b3ba84c9899918421c622e748b6e7906fd95
>---------------------------------------------------------------
commit 79c8b3ba84c9899918421c622e748b6e7906fd95
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sat Oct 5 21:04:03 2019 +0100
Re-enable cmdcheck
>---------------------------------------------------------------
79c8b3ba84c9899918421c622e748b6e7906fd95
l3kernel/build.lua | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/l3kernel/build.lua b/l3kernel/build.lua
index 3edef6a0f..97b16d327 100644
--- a/l3kernel/build.lua
+++ b/l3kernel/build.lua
@@ -191,6 +191,11 @@ function format()
end
target_list = target_list or { }
+target_list.cmdcheck =
+ {
+ func = cmdcheck,
+ desc = "Run cmd cover test"
+ }
target_list.format =
{
func = format,
More information about the latex3-commits
mailing list