summaryrefslogtreecommitdiff
path: root/tests/RunTests.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2010-11-12 00:38:31 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2010-11-12 00:38:31 -0800
commitc44ff4c555925e083a5debf3fdf6e2feb459be05 (patch)
treebeaec1a1dfaca56f1eefa4c2bdd4ab0c2702a51a /tests/RunTests.hs
parent79bab2d210ffadaf4f3b6a2a7ebc33ea546dd5e0 (diff)
Added material for citation tests.
Currently they fail with a multibyte error from citeproc-hs when it tries to read locale.
Diffstat (limited to 'tests/RunTests.hs')
-rw-r--r--tests/RunTests.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/RunTests.hs b/tests/RunTests.hs
index 1715400fd..f58221846 100644
--- a/tests/RunTests.hs
+++ b/tests/RunTests.hs
@@ -106,6 +106,7 @@ main = do
"latex-reader.latex" "latex-reader.native"
r11 <- runTest "native reader" ["-r", "native", "-w", "native", "-s"]
"testsuite.native" "testsuite.native"
+ r14 <- runTest "markdown reader (citations)" ["-r", "markdown", "-w", "plain", "--biblio", "biblio.bib", "--csl", "chicago-author-date.csl"] "markdown-citations.txt" "markdown-citations.plain"
r12s <- if runLhsTests
then mapM runLhsWriterTest lhsWriterFormats
else putStrLn "Skipping lhs writer tests because they presuppose highlighting support" >> return []
@@ -119,6 +120,7 @@ main = do
, r9 -- html
, r10 -- latex
, r11 -- native
+ , r14 -- citations
] ++ r12s ++ r13s
if all id results
then do