From 2db34f050aa250c4c11a35cb201cc1c7a28d083d Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Mon, 17 Oct 2016 11:05:25 +0200 Subject: Move from test-framework to tasty --- tests/TestSuite.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/TestSuite.hs') diff --git a/tests/TestSuite.hs b/tests/TestSuite.hs index 79eb314..4260eab 100644 --- a/tests/TestSuite.hs +++ b/tests/TestSuite.hs @@ -5,7 +5,7 @@ module Main -------------------------------------------------------------------------------- -import Test.Framework (defaultMain) +import Test.Tasty (defaultMain, testGroup) -------------------------------------------------------------------------------- @@ -29,7 +29,7 @@ import qualified Hakyll.Web.Template.Tests -------------------------------------------------------------------------------- main :: IO () -main = defaultMain +main = defaultMain $ testGroup "Hakyll" [ Hakyll.Core.Dependencies.Tests.tests , Hakyll.Core.Identifier.Tests.tests , Hakyll.Core.Provider.Metadata.Tests.tests -- cgit v1.2.3