summaryrefslogtreecommitdiff
path: root/tests/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Main.hs')
-rw-r--r--tests/Main.hs22
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/Main.hs b/tests/Main.hs
deleted file mode 100644
index adcb613..0000000
--- a/tests/Main.hs
+++ /dev/null
@@ -1,22 +0,0 @@
-module Main where
-
-import Test.Framework (defaultMain, testGroup)
-import Test.Framework.Providers.HUnit
-import Test.Framework.Providers.QuickCheck2
-
-import CompressCss
-import File
-import Page
-import Regex
-import Template
-import Util
-
--- | Run all tests.
-main :: IO ()
-main = defaultMain [ compressCssGroup
- , fileGroup
- , pageGroup
- , regexGroup
- , templateGroup
- , utilGroup
- ]