diff options
author | Alexander V Vershilov <alexander.vershilov@gmail.com> | 2012-06-25 02:57:54 +0400 |
---|---|---|
committer | Alexander Vershilov <alexander.vershilov@gmail.com> | 2012-06-25 03:00:16 +0400 |
commit | cf4db74400a17a10e572c3cc9f486085871c9c11 (patch) | |
tree | fa3112a6b4abfaf375ded0b936eaaedb31544c13 | |
parent | cc39c313c5eeedf8bc1693e0d80a510891a7fc4d (diff) | |
download | pandoc-cf4db74400a17a10e572c3cc9f486085871c9c11.tar.gz |
fixing exported test modules and files
-rw-r--r-- | pandoc.cabal | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 06491e20d..ab8640010 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -100,6 +100,8 @@ Extra-Source-Files: Benchmark.hs, -- tests tests/bodybg.gif, + tests/docbook-reader.docbook + tests/docbook-reader.native tests/html-reader.html, tests/html-reader.native, tests/insert, @@ -445,3 +447,4 @@ Executable test-pandoc Tests.Writers.ConTeXt Tests.Writers.HTML Tests.Writers.Markdown + Tests.Writers.LaTeX |