summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/l3build/l3build-arguments.lua
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-01-27 22:10:49 +0000
committerKarl Berry <karl@freefriends.org>2018-01-27 22:10:49 +0000
commit10547251f700736da2801a4ee4e78a64dff741c9 (patch)
tree57abacab85b9bb809a23544d69d51dae4469cef2 /Master/texmf-dist/tex/latex/l3build/l3build-arguments.lua
parent5f1f1787fdf9327c6ad9456729be2930ff0cc350 (diff)
l3build (27jan18)
git-svn-id: svn://tug.org/texlive/trunk@46466 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3build/l3build-arguments.lua')
-rw-r--r--Master/texmf-dist/tex/latex/l3build/l3build-arguments.lua10
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/l3build/l3build-arguments.lua b/Master/texmf-dist/tex/latex/l3build/l3build-arguments.lua
index 83129a071f4..b1d5b44ac0a 100644
--- a/Master/texmf-dist/tex/latex/l3build/l3build-arguments.lua
+++ b/Master/texmf-dist/tex/latex/l3build/l3build-arguments.lua
@@ -56,6 +56,11 @@ option_list =
desc = "Sets the epoch for tests and typesetting",
type = "string"
},
+ first =
+ {
+ desc = "Name of first test to run",
+ type = "string"
+ },
force =
{
desc = "Force tests to run if engine is not set up",
@@ -85,6 +90,11 @@ option_list =
short = "q",
type = "boolean"
},
+ last =
+ {
+ desc = "Name of last test to run",
+ type = "string"
+ },
rerun =
{
desc = "Skip setup: simply rerun tests",