summaryrefslogtreecommitdiff
path: root/tests/RunTests.hs
diff options
context:
space:
mode:
authorPuneeth Chaganti <punchagan@gmail.com>2010-12-04 23:49:53 +0530
committerPuneeth Chaganti <punchagan@gmail.com>2010-12-04 23:49:53 +0530
commit4d48abcb12f11e05091669c462c2ac8248f4c7aa (patch)
tree8ca149077751e01761032bc2b4c3fe016fa7558a /tests/RunTests.hs
parent921e2b6e67e0bcc0c6644b5455bf9d2e70f1a386 (diff)
Added tests.
+ Added tables.org and writer.org to tests. + Added org.template to templates. + Changed RunTests.hs as required. + Minor changes to Org writer.
Diffstat (limited to 'tests/RunTests.hs')
-rw-r--r--tests/RunTests.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/RunTests.hs b/tests/RunTests.hs
index b56b492ae..94b56d04d 100644
--- a/tests/RunTests.hs
+++ b/tests/RunTests.hs
@@ -62,6 +62,7 @@ writerFormats = [ "native"
, "mediawiki"
, "textile"
, "rtf"
+ , "org"
]
lhsWriterFormats :: [String]