[latex3-commits] [git/LaTeX3-latex3-latex2e] stdmain: One checksuppfile needed for checks (b1a177ac)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed Oct 2 00:25:33 CEST 2019


Repository : https://github.com/latex3/latex2e
On branch  : stdmain
Link       : https://github.com/latex3/latex2e/commit/b1a177ac0a1209e98b7862738eb1ad563bd9a07e

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

commit b1a177ac0a1209e98b7862738eb1ad563bd9a07e
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Oct 1 23:25:33 2019 +0100

    One checksuppfile needed for checks
    
    Should vanish once texmfdir support is also in.


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

b1a177ac0a1209e98b7862738eb1ad563bd9a07e
 base/build.lua | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/base/build.lua b/base/build.lua
index 2c99e2f1..6e8dca16 100644
--- a/base/build.lua
+++ b/base/build.lua
@@ -127,6 +127,11 @@ unpacksuppfiles =
     "pdftexconfig.tex"
   }
 
+checksuppfiles =
+  {
+    "load-unicode-xetex-classes.tex",
+  }
+
 -- Custom settings for the check system
 testsuppdir = "testfiles/helpers"
 





More information about the latex3-commits mailing list