aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-01-15 08:23:03 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2011-01-15 08:23:03 -0800
commit8ad6e013fc55013ccdcf0ff4c7fbc9fc5e886ab3 (patch)
treee91c48be9dbc1048c69bd8ecfdea760efa8a7af5
parent18231a823219ae1c9820f74d81b93ab33e2a39df (diff)
downloadpandoc-8ad6e013fc55013ccdcf0ff4c7fbc9fc5e886ab3.tar.gz
Added new tests to pandoc.cabal.
Otherwise cabal sdist won't include them.
-rw-r--r--pandoc.cabal14
1 files changed, 14 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 23d44f365..5631de906 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -83,10 +83,22 @@ Extra-Source-Files:
tests/insert,
tests/lalune.jpg,
tests/movie.jpg,
+ tests/biblio.bib,
+ tests/chicago-author-date.csl,
+ tests/ieee.csl,
+ tests/mhra.csl,
tests/latex-reader.latex,
tests/latex-reader.native,
+ tests/biblatex-citations.latex,
+ tests/natbib-citations.latex,
+ tests/textile-reader.textile,
+ tests/textile-reader.native,
tests/markdown-reader-more.txt,
tests/markdown-reader-more.native,
+ tests/markdown-citations.txt,
+ tests/markdown-citations.chicago-author-date.txt,
+ tests/markdown-citations.mhra.txt,
+ tests/markdown-citations.ieee.txt,
tests/textile-reader.textile,
tests/rst-reader.native,
tests/rst-reader.rst,
@@ -106,6 +118,7 @@ Extra-Source-Files:
tests/tables.textile,
tests/tables.native,
tests/tables.opendocument,
+ tests/tables.org,
tests/tables.texinfo,
tests/tables.rst,
tests/tables.rtf,
@@ -124,6 +137,7 @@ Extra-Source-Files:
tests/writer.textile,
tests/writer.native,
tests/writer.opendocument,
+ tests/writer.org,
tests/writer.rst,
tests/writer.rtf,
tests/writer.texinfo,