From d9e0c3e86b03834a03e7ddf37b70cc141eccfe1c Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Wed, 9 Feb 2011 19:28:53 +0100 Subject: Some tests for the Page module --- tests/TestSuite.hs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/TestSuite.hs') diff --git a/tests/TestSuite.hs b/tests/TestSuite.hs index aaf4481..5d401d2 100644 --- a/tests/TestSuite.hs +++ b/tests/TestSuite.hs @@ -5,6 +5,7 @@ import Test.Framework (defaultMain, testGroup) import qualified Hakyll.Core.DirectedGraph.Tests import qualified Hakyll.Core.Identifier.Tests import qualified Hakyll.Core.Routes.Tests +import qualified Hakyll.Web.Page.Tests import qualified Hakyll.Web.Template.Tests main :: IO () @@ -15,6 +16,8 @@ main = defaultMain Hakyll.Core.Identifier.Tests.tests , testGroup "Hakyll.Core.Routes.Tests" Hakyll.Core.Routes.Tests.tests + , testGroup "Hakyll.Web.Page.Tests" + Hakyll.Web.Page.Tests.tests , testGroup "Hakyll.Web.Template.Tests" Hakyll.Web.Template.Tests.tests ] -- cgit v1.2.3