Skip to content

Commit

Permalink
Split out PDF-based tests
Browse files Browse the repository at this point in the history
This allows just testing pdfTeX, which has some advantages.
  • Loading branch information
josephwright committed Aug 3, 2018
1 parent 23d8297 commit 4ed6342
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 320 deletions.
2 changes: 1 addition & 1 deletion build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module = "l3build"
bundle = ""

-- Non-standard settings
checkconfigs = {"build", "config-plain"}
checkconfigs = {"build", "config-pdf", "config-plain"}
checkdeps = { }
checkengines = {"pdftex", "xetex", "luatex", "ptex", "uptex"}
cleanfiles = {"*.pdf", "*.tex", "*.zip"}
Expand Down
2 changes: 2 additions & 0 deletions config-pdf.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
checkengines = {"pdftex"}
testfiledir = "testfiles-pdf"
File renamed without changes.
File renamed without changes.
108 changes: 0 additions & 108 deletions testfiles/00-test-2.luatex.tpf

This file was deleted.

57 changes: 0 additions & 57 deletions testfiles/00-test-2.ptex.tpf

This file was deleted.

57 changes: 0 additions & 57 deletions testfiles/00-test-2.uptex.tpf

This file was deleted.

97 changes: 0 additions & 97 deletions testfiles/00-test-2.xetex.tpf

This file was deleted.

0 comments on commit 4ed6342

Please sign in to comment.