From 4bdd93b331eec642873262a524b6b3a6132eb1c9 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Thu, 23 Dec 2010 19:20:05 +0100 Subject: Add Route code --- 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 f75001f..68c4f28 100644 --- a/tests/TestSuite.hs +++ b/tests/TestSuite.hs @@ -4,6 +4,7 @@ import Test.Framework (defaultMain, testGroup) import qualified Hakyll.Core.DirectedGraph.Tests import qualified Hakyll.Core.Identifier.Tests +import qualified Hakyll.Core.Route.Tests main :: IO () main = defaultMain @@ -11,4 +12,6 @@ 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 ] -- cgit v1.2.3