Skip to content

Commit

Permalink
Merge pull request #299 from ndw/ver210
Browse files Browse the repository at this point in the history
DocBook xslTNG version 2.1.0
  • Loading branch information
ndw authored Apr 7, 2023
2 parents abdf947 + b21f55a commit 9941714
Show file tree
Hide file tree
Showing 14 changed files with 1,419 additions and 859 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -1586,6 +1586,9 @@ fileTree(
}
testGenerator.createTasks()

testSummary.dependsOn project.tasks.named("all_mo_tests")
report.dependsOn project.tasks.named("all_mo_tests")

// These are the xspec files authored by hand for whatever reason
fileTree(dir: "${projectDir}/src/test/xspec", include: "*.xspec").each { xspec ->
String fn = xspec.toString().replace('\\', '/').split('/')[-1]
Expand Down
Loading

0 comments on commit 9941714

Please sign in to comment.