From 49c7cf40fecf64f1da1ff9e2e341117cb299afa8 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 4 Feb 2017 21:07:03 +0100 Subject: Added new test framework Tests.Command. Any files added under test/command will be treated as shell tests (see smart.md for an example). This makes it very easy to add regression tests etc. --- test/test-pandoc.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/test-pandoc.hs') diff --git a/test/test-pandoc.hs b/test/test-pandoc.hs index cda329706..2624e9a53 100644 --- a/test/test-pandoc.hs +++ b/test/test-pandoc.hs @@ -31,8 +31,8 @@ import Text.Pandoc.Shared (inDirectory) import System.Environment (getArgs) tests :: [Test] -tests = [ testGroup "Old" Tests.Old.tests - , testGroup "Command" Tests.Command.tests +tests = [ Tests.Command.tests + , testGroup "Old" Tests.Old.tests , testGroup "Shared" Tests.Shared.tests , testGroup "Writers" [ testGroup "Native" Tests.Writers.Native.tests -- cgit v1.2.3