[latex3-commits] [latex3/latex2e] develop: Install std deps for latex-lab math tests (53f3e644)
github at latex-project.org
github at latex-project.org
Sat Oct 12 12:49:02 CEST 2024
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/53f3e64423def375d58f3ec93b78fa35d93234ce
>---------------------------------------------------------------
commit 53f3e64423def375d58f3ec93b78fa35d93234ce
Author: Joseph Wright <joseph at texdev.net>
Date: Sat Oct 12 10:43:00 2024 +0100
Install std deps for latex-lab math tests
Most importantly tools is covered this way, but really there's no reason
to have a different set of tests here.
>---------------------------------------------------------------
53f3e64423def375d58f3ec93b78fa35d93234ce
required/latex-lab/config-math-luatex.lua | 6 ------
required/latex-lab/config-math.lua | 6 ------
2 files changed, 12 deletions(-)
diff --git a/required/latex-lab/config-math-luatex.lua b/required/latex-lab/config-math-luatex.lua
index 1208b168..6db5b27b 100644
--- a/required/latex-lab/config-math-luatex.lua
+++ b/required/latex-lab/config-math-luatex.lua
@@ -5,12 +5,6 @@ checkengines = {"luatex"}
checksearch = true
testfiledir = "testfiles-math-luatex"
-checkdeps =
- {
- maindir .. "/base",
- maindir .. "/required/amsmath"
- }
-
checkruns = 2
diff --git a/required/latex-lab/config-math.lua b/required/latex-lab/config-math.lua
index 673451ad..c0378d00 100644
--- a/required/latex-lab/config-math.lua
+++ b/required/latex-lab/config-math.lua
@@ -5,12 +5,6 @@ checkengines = {"pdftex"}
checksearch = true
testfiledir = "testfiles-math"
-checkdeps =
- {
- maindir .. "/base",
- maindir .. "/required/amsmath"
- }
-
checkruns = 2
More information about the latex3-commits
mailing list.