From a8accd36b117c0a8cadb8dc5161c5a60d62a0aeb Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Fri, 8 Apr 2011 22:17:04 +0200 Subject: Minor refactoring --- tests/TestSuite.hs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'tests/TestSuite.hs') diff --git a/tests/TestSuite.hs b/tests/TestSuite.hs index 7fd288d..4d2c95d 100644 --- a/tests/TestSuite.hs +++ b/tests/TestSuite.hs @@ -1,8 +1,7 @@ -module TestSuite where +module Main where import Test.Framework (defaultMain, testGroup) -import qualified Hakyll.Core.DirectedGraph.Tests import qualified Hakyll.Core.DependencyAnalyzer.Tests import qualified Hakyll.Core.Identifier.Tests import qualified Hakyll.Core.Routes.Tests @@ -14,9 +13,7 @@ import qualified Hakyll.Web.Util.Url.Tests main :: IO () main = defaultMain - [ testGroup "Hakyll.Core.DirectedGraph.Tests" - Hakyll.Core.DirectedGraph.Tests.tests - , testGroup "Hakyll.Core.DependencyAnalyzer.Tests" + [ testGroup "Hakyll.Core.DependencyAnalyzer.Tests" Hakyll.Core.DependencyAnalyzer.Tests.tests , testGroup "Hakyll.Core.Identifier.Tests" Hakyll.Core.Identifier.Tests.tests -- cgit v1.2.3