[latex3-commits] [l3svn] 01/02: xor test has extra dependencies
noreply at latex-project.org
noreply at latex-project.org
Wed Sep 23 22:42:07 CEST 2015
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
commit 4f44ac264750990bc148ac03903976275187b9f8
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Sep 23 21:37:46 2015 +0100
xor test has extra dependencies
---
xpackages/xor/build.lua | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/xpackages/xor/build.lua b/xpackages/xor/build.lua
index 36aa2cc..46ff0d7 100644
--- a/xpackages/xor/build.lua
+++ b/xpackages/xor/build.lua
@@ -10,6 +10,13 @@ bundle = ""
maindir = "../.."
-- Non-standard settings
+checkdeps =
+ {
+ maindir .. "/l3build",
+ maindir .. "/l3kernel",
+ maindir .. "/l3packages/xparse",
+ maindir .. "/l3packages/xtemplate"
+ }
checkruns = 3
checksearch = true
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list