Skip to content

Commit

Permalink
Add test for ConTeXt
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Jul 17, 2023
1 parent 3de5728 commit 8c19ec8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module = "l3build"
bundle = ""

-- Non-standard settings
checkconfigs = {"build", "config-pdf", "config-plain"}
checkconfigs = {"build", "config-pdf", "config-plain","config-context"}
checkdeps = { }
checkengines = {"pdftex", "xetex", "luatex", "ptex", "uptex"}
cleanfiles = {"*.pdf", "*.tex", "*.zip"}
Expand Down
4 changes: 4 additions & 0 deletions config-context.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
stdengine = "luametatex"
checkengines = {"luametatex","luatex"}
checkformat = "context"
testfiledir = "testfiles-context"
7 changes: 7 additions & 0 deletions testfiles-context/context.lvt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
\starttext
\input{regression-test}
\START
Hello!
\wlog{Hello}
\OMIT
\stoptext
2 changes: 2 additions & 0 deletions testfiles-context/context.tlg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This is a generated file for the l3build validation system.
Don't change this file in any respect.

0 comments on commit 8c19ec8

Please sign in to comment.