summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2014-06-15 14:59:37 -0400
committerJesse Rosenthal <jrosenthal@jhu.edu>2014-06-16 07:18:52 -0400
commitcfd5290fc5fb131a763ae3f56b1dd1c4bcef731d (patch)
treeedc8e7346333dfbf9eed38a991775ac54717c53e /pandoc.cabal
parentf928e4c8dce694c47e0cda35f82bfadd55c0e4b2 (diff)
Reference new DocX tests in cabal file.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal21
1 files changed, 20 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index db76017b6..00fa4e06a 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -184,7 +184,25 @@ Extra-Source-Files:
tests/fb2.math.markdown,
tests/fb2.math.fb2,
tests/fb2.test-small.png,
- tests/fb2.test.jpg
+ tests/fb2.test.jpg,
+ tests/docx.block_quotes.docx,
+ tests/docx.block_quotes_parse_indent.native,
+ tests/docx.headers.docx,
+ tests/docx.headers.native,
+ tests/docx.image.docx,
+ tests/docx.image_no_embed.native,
+ tests/docx.inline_formatting.docx,
+ tests/docx.inline_formatting.native,
+ tests/docx.links.docx,
+ tests/docx.links.native,
+ tests/docx.lists.docx,
+ tests/docx.lists.native,
+ tests/docx.notes.docx,
+ tests/docx.notes.native,
+ tests/docx.tables.docx,
+ tests/docx.tables.native,
+ tests/docx.unicode.docx,
+ tests/docx.unicode.native
Extra-Tmp-Files: man/man1/pandoc.1,
man/man5/pandoc_markdown.5
@@ -393,6 +411,7 @@ Test-Suite test-pandoc
Tests.Readers.Markdown
Tests.Readers.Org
Tests.Readers.RST
+ Tests.Readers.DocX
Tests.Writers.Native
Tests.Writers.ConTeXt
Tests.Writers.HTML