From d0726920db29fee60f09c45be2974bf8d9eb464f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 21 Jan 2011 10:23:41 -0800 Subject: Added Tests.Writers.ConTeXt and helpers for writer tests. --- tests/test-pandoc.hs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/test-pandoc.hs') diff --git a/tests/test-pandoc.hs b/tests/test-pandoc.hs index 316060c83..faa2735c9 100644 --- a/tests/test-pandoc.hs +++ b/tests/test-pandoc.hs @@ -6,12 +6,16 @@ import Test.Framework import qualified Tests.Old import qualified Tests.Readers.LaTeX +import qualified Tests.Writers.ConTeXt tests :: [Test] tests = [ testGroup "Old" Tests.Old.tests , testGroup "Readers" [ testGroup "LaTeX" Tests.Readers.LaTeX.tests ] + , testGroup "Writers" + [ testGroup "ConTeXt" Tests.Writers.ConTeXt.tests + ] ] main :: IO () -- cgit v1.2.3