summaryrefslogtreecommitdiffstats
path: root/tests/Main.hs
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2008-01-19 10:12:15 +0100
committerSpencer Janssen <sjanssen@cse.unl.edu>2008-01-19 10:12:15 +0100
commit2319cc88cf8b1616cae77dd4319d8c86873579f1 (patch)
treebe1ed30b751f6d589eb67eaf1840a379f691aa33 /tests/Main.hs
parent767e9cbd95767542f366e57fe8a6b6b06a720ada (diff)
downloadmetatile-2319cc88cf8b1616cae77dd4319d8c86873579f1.tar
metatile-2319cc88cf8b1616cae77dd4319d8c86873579f1.zip
Roll testing into the main executable, use Cabal to build the tests
darcs-hash:20080119091215-a5988-8f5f48e8c40a0f39abdf6ffe4d4dc938ab8c7ef1
Diffstat (limited to 'tests/Main.hs')
-rw-r--r--tests/Main.hs8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/Main.hs b/tests/Main.hs
deleted file mode 100644
index b08d55b..0000000
--- a/tests/Main.hs
+++ /dev/null
@@ -1,8 +0,0 @@
-module Main where
-
-import qualified Properties
-
--- This will run all of the QC files for xmonad core. Currently, that's just
--- Properties. If any more get added, sequence the main actions together.
-main = do
- Properties.main