summaryrefslogtreecommitdiff
path: root/tests/Tests
diff options
context:
space:
mode:
authorIvo Clarysse <ivo@bcdevices.com>2016-04-29 14:00:46 -0700
committerIvo Clarysse <ivo@bcdevices.com>2016-04-29 14:00:46 -0700
commit271cb4d8457b2252cddc76a476f3681e8b2a1486 (patch)
tree0aeccb409733a376a758fe96010309065736b1ce /tests/Tests
parent32f1b0a5f14c93271aaf42acaa9d06c4e59c1604 (diff)
Add docbook5 writer support
Diffstat (limited to 'tests/Tests')
-rw-r--r--tests/Tests/Old.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Tests/Old.hs b/tests/Tests/Old.hs
index b292b1f11..4e0eb46a4 100644
--- a/tests/Tests/Old.hs
+++ b/tests/Tests/Old.hs
@@ -108,6 +108,9 @@ tests = [ testGroup "markdown"
, test "reader" ["-r", "docbook", "-w", "native", "-s"]
"docbook-xref.docbook" "docbook-xref.native"
]
+ , testGroup "docbook5"
+ [ testGroup "writer" $ writerTests "docbook5"
+ ]
, testGroup "native"
[ testGroup "writer" $ writerTests "native"
, test "reader" ["-r", "native", "-w", "native", "-s"]