aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Main.hs
diff options
context:
space:
mode:
authorDevin Mullins <me@twifkak.com>2007-10-04 09:58:52 +0200
committerDevin Mullins <me@twifkak.com>2007-10-04 09:58:52 +0200
commit95db82bedea59d8da420ccbca05d78ef0a90c410 (patch)
tree1dac29ff40c13c76f374a25c437449479146d56f /tests/Main.hs
parent2ce7fb471ab33545382573b08404f6688bb1551a (diff)
downloadxmonad-95db82bedea59d8da420ccbca05d78ef0a90c410.tar.gz
xmonad-95db82bedea59d8da420ccbca05d78ef0a90c410.tar.xz
xmonad-95db82bedea59d8da420ccbca05d78ef0a90c410.zip
extract Properties module for re-use by contrib tests
I want to reuse Properties' Arbitrary instance (as well as the T and NonNegative types) in an upcoming set of SwapWorkspaces QC props. `module Main where import Main` doesn't work too well. :) If this patch is accepted, the darcs 'test' pref should be modified to "-itests tests/Main.hs". darcs-hash:20071004075852-78224-6f84d89566894e33266a7c3b4d0cde5be7ec2918.gz
Diffstat (limited to 'tests/Main.hs')
-rw-r--r--tests/Main.hs8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/Main.hs b/tests/Main.hs
new file mode 100644
index 0000000..b08d55b
--- /dev/null
+++ b/tests/Main.hs
@@ -0,0 +1,8 @@
+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