From 25f20b6d8ccd4edcdfec23c1a3c908516076ee06 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 6 May 2021 03:00:58 +0000 Subject: CTAN sync 202105060300 --- macros/latex/contrib/l3build/l3build-variables.lua | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) (limited to 'macros/latex/contrib/l3build/l3build-variables.lua') diff --git a/macros/latex/contrib/l3build/l3build-variables.lua b/macros/latex/contrib/l3build/l3build-variables.lua index 87ce01d611..e3ae64e13b 100644 --- a/macros/latex/contrib/l3build/l3build-variables.lua +++ b/macros/latex/contrib/l3build/l3build-variables.lua @@ -1,6 +1,6 @@ --[[ -File l3build-variables.lua Copyright (C) 2018-2020 The LaTeX3 Project +File l3build-variables.lua Copyright (C) 2018-2020 The LaTeX Project It may be distributed and/or modified under the conditions of the LaTeX Project Public License (LPPL), either version 1.3c of this @@ -22,8 +22,6 @@ for those people who are interested. --]] -local exit = os.exit - -- "module" is a deprecated function in Lua 5.2: as we want the name -- for other purposes, and it should eventually be 'free', simply -- remove the built-in @@ -209,6 +207,24 @@ pvtext = pvtext or ".pvt" tlgext = tlgext or ".tlg" tpfext = tpfext or ".tpf" +test_types = test_types or { } +test_types.log = test_types.log or { + test = lvtext, + generated = logext, + reference = tlgext, + expectation = lveext, + compare = compare_tlg, + rewrite = rewrite_log, +} +test_types.pdf = test_types.pdf or { + test = pvtext, + generated = pdfext, + reference = tpfext, + rewrite = rewrite_pdf, +} + +test_order = test_order or {"log", "pdf"} + -- Manifest options manifestfile = manifestfile or "MANIFEST.md" -- cgit v1.2.3