summaryrefslogtreecommitdiff
path: root/tests/RunTests.hs
diff options
context:
space:
mode:
authorPaul Rivier <paul.r.ml@gmail.com>2010-10-03 20:55:46 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2010-12-03 23:10:51 -0800
commita7da0672dc9bc9e362f62a4de5ab14bffd0e86bc (patch)
treebd0c21a36799ec3cba1d8f6169ab96083f2fc6b4 /tests/RunTests.hs
parentcfc70863a3a87083749e29df26f696b17033e448 (diff)
more support for Textile reader (explicit links, images), tests and cabal entries
Diffstat (limited to 'tests/RunTests.hs')
-rw-r--r--tests/RunTests.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/RunTests.hs b/tests/RunTests.hs
index cf2997a06..bd19c10bd 100644
--- a/tests/RunTests.hs
+++ b/tests/RunTests.hs
@@ -105,6 +105,8 @@ main = do
"html-reader.html" "html-reader.native"
r10 <- runTest "latex reader" ["-r", "latex", "-w", "native", "-s", "-R"]
"latex-reader.latex" "latex-reader.native"
+ rTextile1 <- runTest "textile reader" ["-r", "textile", "-w", "native", "-s", "-R"]
+ "textile-reader.textile" "textile-reader.native"
r11 <- runTest "native reader" ["-r", "native", "-w", "native", "-s"]
"testsuite.native" "testsuite.native"
r12s <- if runLhsTests
@@ -119,6 +121,7 @@ main = do
, r8, r8a -- rst
, r9 -- html
, r10 -- latex
+ , rTextile1 -- textile
, r11 -- native
] ++ r12s ++ r13s
if all id results