[latex3-commits] [git/LaTeX3-latex3-hyperref] cleanup-patches: dev test formats (40d8e06)

Ulrike Fischer fischer at troubleshooting-tex.de
Mon Feb 21 15:14:15 CET 2022


Repository : https://github.com/latex3/hyperref
On branch  : cleanup-patches
Link       : https://github.com/latex3/hyperref/commit/40d8e0605220f0efad721096ef90403237a810c2

>---------------------------------------------------------------

commit 40d8e0605220f0efad721096ef90403237a810c2
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Mon Feb 21 15:14:02 2022 +0100

    dev test formats


>---------------------------------------------------------------

40d8e0605220f0efad721096ef90403237a810c2
 build.lua | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/build.lua b/build.lua
index 03cccb7..0a1e7a5 100644
--- a/build.lua
+++ b/build.lua
@@ -62,10 +62,20 @@ tdslocations = {
   "tex/latex/hyperref/xr-hyper.sty"
 }
 
+specialformats = specialformats or {}
+specialformats["latex"] = specialformats["latex"] or
+  {
+    luatexdev     = {binary="luahbtex",format = "lualatex-dev"},
+    pdftexdev     = {format = "pdflatex-dev"},
+  }
+
 
 checkconfigs = {"build","config-pvt","config-3","config-xetex"}
 checkengines = {"pdftex","etex","luatex"}
 
+-- for dev testing
+-- checkengines = {"pdftexdev","luatexdev"}
+
 -- temp settings disable checks while testing ctan build
 -- testfiledir= "disabled"
 -- checkconfigs={}





More information about the latex3-commits mailing list.