[latex3-commits] [git/LaTeX3-latex3-pdfresources] testlinkstuff: configuration changes (b2af95e)
Ulrike Fischer
fischer at troubleshooting-tex.de
Fri May 10 16:23:54 CEST 2019
Repository : https://github.com/latex3/pdfresources
On branch : testlinkstuff
Link : https://github.com/latex3/pdfresources/commit/b2af95e55571c70c1fe9fa6190b66bd5e44871bc
>---------------------------------------------------------------
commit b2af95e55571c70c1fe9fa6190b66bd5e44871bc
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Fri May 10 16:23:54 2019 +0200
configuration changes
>---------------------------------------------------------------
b2af95e55571c70c1fe9fa6190b66bd5e44871bc
.gitignore | 1 +
build.lua | 3 +++
config-luatex.lua | 3 +++
3 files changed, 7 insertions(+)
diff --git a/.gitignore b/.gitignore
index 8496b28..b7a239d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ ls-R
*.dvi
*.ps
*.toc
+*.xmpi
diff --git a/build.lua b/build.lua
index f009032..f05c080 100644
--- a/build.lua
+++ b/build.lua
@@ -8,3 +8,6 @@ module = "pdfresources"
installfiles = {"*.sty","*.cls","*.def"}
sourcefiles = {"*.dtx","*.ins","hluatex-experimental.def"}
+
+checkruns = 2
+
diff --git a/config-luatex.lua b/config-luatex.lua
new file mode 100644
index 0000000..93be8af
--- /dev/null
+++ b/config-luatex.lua
@@ -0,0 +1,3 @@
+testfiledir = "testfiles-luatex"
+checkengines = {"luatex"}
+stdengine = "luatex"
More information about the latex3-commits
mailing list