aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Old.hs
diff options
context:
space:
mode:
Diffstat (limited to 'test/Tests/Old.hs')
-rw-r--r--test/Tests/Old.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Tests/Old.hs b/test/Tests/Old.hs
index 3c473792f..fceb776f7 100644
--- a/test/Tests/Old.hs
+++ b/test/Tests/Old.hs
@@ -77,6 +77,9 @@ tests = [ testGroup "markdown"
, testGroup "docbook5"
[ testGroup "writer" $ writerTests "docbook5"
]
+ , testGroup "jats"
+ [ testGroup "writer" $ writerTests "jats"
+ ]
, testGroup "native"
[ testGroup "writer" $ writerTests "native"
, test "reader" ["-r", "native", "-w", "native", "-s"]