summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-08-13 16:46:00 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-08-13 16:46:00 -0700
commit670441a5a4e54bd9671f0f4e05b330d24b251e21 (patch)
tree99e761f563125202a9b1e936706f9fed1ba9be43 /pandoc.cabal
parent80a610b73c0c8f88553d40b6560ec17ef0fbfe87 (diff)
Included Tests.Writers.Docbook in test modules.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 95a790da0..e0bfea139 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -405,6 +405,7 @@ Test-Suite test-pandoc
Tests.Readers.EPUB
Tests.Writers.Native
Tests.Writers.ConTeXt
+ Tests.Writers.Docbook
Tests.Writers.HTML
Tests.Writers.Markdown
Tests.Writers.Plain