Reference new DocX tests in cabal file.

This commit is contained in:
Jesse Rosenthal 2014-06-15 14:59:37 -04:00
parent f928e4c8dc
commit cfd5290fc5

View file

@ -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