aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Tests/Old.hs6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/Tests/Old.hs b/tests/Tests/Old.hs
index 4e0eb46a4..f536384f4 100644
--- a/tests/Tests/Old.hs
+++ b/tests/Tests/Old.hs
@@ -108,7 +108,11 @@ tests = [ testGroup "markdown"
, test "reader" ["-r", "docbook", "-w", "native", "-s"]
"docbook-xref.docbook" "docbook-xref.native"
]
- , testGroup "docbook5"
+ , testGroup "mallard"
+ [ test "reader" ["-r", "mallard", "-w", "native", "-s"]
+ "mallard-reader.mallard" "mallard-reader.native"
+ ]
+ , testGroup "docbook5"
[ testGroup "writer" $ writerTests "docbook5"
]
, testGroup "native"