From 002cf4de32db979d515c2a9cdcd8c8f42859a797 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Wed, 9 Feb 2011 18:11:24 +0100 Subject: Add hamlet templates and restructure tests --- tests/TestSuite.hs | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'tests/TestSuite.hs') diff --git a/tests/TestSuite.hs b/tests/TestSuite.hs index 68c4f28..aaf4481 100644 --- a/tests/TestSuite.hs +++ b/tests/TestSuite.hs @@ -4,7 +4,8 @@ import Test.Framework (defaultMain, testGroup) import qualified Hakyll.Core.DirectedGraph.Tests import qualified Hakyll.Core.Identifier.Tests -import qualified Hakyll.Core.Route.Tests +import qualified Hakyll.Core.Routes.Tests +import qualified Hakyll.Web.Template.Tests main :: IO () main = defaultMain @@ -12,6 +13,8 @@ main = defaultMain Hakyll.Core.DirectedGraph.Tests.tests , testGroup "Hakyll.Core.Identifier.Tests" Hakyll.Core.Identifier.Tests.tests - , testGroup "Hakyll.Core.Route.Tests" - Hakyll.Core.Route.Tests.tests + , testGroup "Hakyll.Core.Routes.Tests" + Hakyll.Core.Routes.Tests.tests + , testGroup "Hakyll.Web.Template.Tests" + Hakyll.Web.Template.Tests.tests ] -- cgit v1.2.3