diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3build/l3build-arguments.lua')
-rw-r--r-- | Master/texmf-dist/tex/latex/l3build/l3build-arguments.lua | 10 |
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", |