[latex3-commits] [git/latex2e] master: First step in enabling TU tests (109fcb2)
Joseph Wright
joseph.wright at morningstar2.co.uk
Sun Jan 7 12:20:31 CET 2018
Repository : https://github.com/latex3/latex2e
On branch : master
Link : https://github.com/latex3/latex2e/commit/109fcb266ae082e7d8f4f21be44050c58e7e06d7
>---------------------------------------------------------------
commit 109fcb266ae082e7d8f4f21be44050c58e7e06d7
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sun Jan 7 11:18:53 2018 +0000
First step in enabling TU tests
>---------------------------------------------------------------
109fcb266ae082e7d8f4f21be44050c58e7e06d7
base/config-TU.lua | 5 +++++
base/testfiles-TU/config.lua | 4 ----
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/base/config-TU.lua b/base/config-TU.lua
new file mode 100644
index 0000000..29b2f59
--- /dev/null
+++ b/base/config-TU.lua
@@ -0,0 +1,5 @@
+-- Tests for TU encoding
+
+checkengines = {"xetex", "luatex"}
+checksearch = true
+testfiledir = "testfiles-TU"
diff --git a/base/testfiles-TU/config.lua b/base/testfiles-TU/config.lua
deleted file mode 100644
index 4f08037..0000000
--- a/base/testfiles-TU/config.lua
+++ /dev/null
@@ -1,4 +0,0 @@
--- Special config for these tests
-
-checksearch = true
-checkengines = {"xetex","luatex"}
More information about the latex3-commits
mailing list