From 2bea4e3729e72afd63ba5a5b10424a23ba6564e5 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 22 Jan 2011 15:54:24 -0800 Subject: Reorganized tests. The native writer test needs to run before others that depend on it. --- tests/test-pandoc.hs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/test-pandoc.hs b/tests/test-pandoc.hs index e8f792e2d..157f755c4 100644 --- a/tests/test-pandoc.hs +++ b/tests/test-pandoc.hs @@ -11,13 +11,13 @@ import qualified Tests.Writers.Native tests :: [Test] tests = [ testGroup "Old" Tests.Old.tests + , testGroup "Writers" + [ testGroup "Native" Tests.Writers.Native.tests + , testGroup "ConTeXt" Tests.Writers.ConTeXt.tests + ] , testGroup "Readers" [ testGroup "LaTeX" Tests.Readers.LaTeX.tests ] - , testGroup "Writers" - [ testGroup "ConTeXt" Tests.Writers.ConTeXt.tests - , testGroup "Native" Tests.Writers.Native.tests - ] ] main :: IO () -- cgit v1.2.3