[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: One checksuppfile needed for checks (1e2c885b)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed Oct 2 17:43:40 CEST 2019


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/1e2c885bfa42a9ac0c99633fe304b726cb4458d1

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

commit 1e2c885bfa42a9ac0c99633fe304b726cb4458d1
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.


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

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

diff --git a/base/build.lua b/base/build.lua
index 60257203..659a9d53 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