diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-pandoc.hs | 8 |
1 files changed, 4 insertions, 4 deletions
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 () |