[latex3-commits] [l3svn] branch master updated: FPU tests need xparse
noreply at latex-project.org
noreply at latex-project.org
Thu Mar 2 08:39:22 CET 2017
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
The following commit(s) were added to refs/heads/master by this push:
new 9426267 FPU tests need xparse
9426267 is described below
commit 9426267b0826bfe914731468595f27518eac4644
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu Mar 2 07:39:21 2017 +0000
FPU tests need xparse
---
l3packages/fpu/build.lua | 3 +++
1 file changed, 3 insertions(+)
diff --git a/l3packages/fpu/build.lua b/l3packages/fpu/build.lua
index f27f3a1..16e30e9 100644
--- a/l3packages/fpu/build.lua
+++ b/l3packages/fpu/build.lua
@@ -10,6 +10,9 @@ module = "fpu"
-- Location of main directory: use Unix-style path separators
maindir = "../.."
+-- Need xparse
+checkdeps = {maindir .. "/l3build", maindir .. "/l3packages/xparse"}
+
-- Load the common build code: this is the one place that a path needs to be
-- hard-coded
-- As the build system is 'self-contained' there is no module set up here: just
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list