[latex3-commits] [l3svn] 01/02: Missed dependencies for l3ldb tests

noreply at latex-project.org noreply at latex-project.org
Thu Jun 16 23:28:24 CEST 2016


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

commit 199803d4610bff568da791829e946e36757c432f
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Jun 16 22:27:36 2016 +0100

    Missed dependencies for l3ldb tests
    
    I *think* this is where the xor issue comes from.
---
 l3trial/l3ldb/build.lua |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/l3trial/l3ldb/build.lua b/l3trial/l3ldb/build.lua
index f9ecbb1..0b93a47 100644
--- a/l3trial/l3ldb/build.lua
+++ b/l3trial/l3ldb/build.lua
@@ -10,7 +10,14 @@ module = "l3ldb"
 -- Location of main directory: use Unix-style path separators
 maindir = "../.."
 
-checksuppfiles  = checksuppfiles  or
+-- Non-standard settings
+checkdeps   =
+  {
+    maindir .. "/l3build",
+    maindir .. "/l3kernel",
+    maindir .. "/l3packages/xtemplate"
+  }
+checksuppfiles  =
   {
     "article.cls",
     "regression-test.cfg",

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list