Skip to content

Commit

Permalink
add test files
Browse files Browse the repository at this point in the history
  • Loading branch information
wspr committed Nov 10, 2017
1 parent d68d3fa commit 800b9f7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion l3build.lua
Expand Up @@ -2360,7 +2360,7 @@ end
function writemanifest()
file_types = {"source","docu","bib"}
file_types = {"source","docu","bib","tests"}
file_lists = {
["source"] = {
Expand All @@ -2378,6 +2378,11 @@ function writemanifest()
["files"] = {bibfiles,bstfiles,makeindexfiles},
["dir"] = "./",
},
["tests"] = {
["name"] = "Test files",
["files"] = {"*"..lvtext,"*"..lveext,"*"..tlgext},
["dir"] = testfiledir,
},
}
local f = assert(io.open(manifestfile, "w"))
Expand Down

0 comments on commit 800b9f7

Please sign in to comment.