From 7ea4ad11bbece8e4be62da8ee5dcf87f9063ad15 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 4 Feb 2017 17:38:03 +0100 Subject: Added skeleton for Tests.Command. --- test/test-pandoc.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/test-pandoc.hs') diff --git a/test/test-pandoc.hs b/test/test-pandoc.hs index 4e97355a6..cda329706 100644 --- a/test/test-pandoc.hs +++ b/test/test-pandoc.hs @@ -5,6 +5,7 @@ module Main where import Test.Framework import GHC.IO.Encoding import qualified Tests.Old +import qualified Tests.Command import qualified Tests.Readers.LaTeX import qualified Tests.Readers.Markdown import qualified Tests.Readers.Org @@ -31,6 +32,7 @@ import System.Environment (getArgs) tests :: [Test] tests = [ testGroup "Old" Tests.Old.tests + , testGroup "Command" Tests.Command.tests , testGroup "Shared" Tests.Shared.tests , testGroup "Writers" [ testGroup "Native" Tests.Writers.Native.tests -- cgit v1.2.3