From 95db82bedea59d8da420ccbca05d78ef0a90c410 Mon Sep 17 00:00:00 2001 From: Devin Mullins Date: Thu, 4 Oct 2007 09:58:52 +0200 Subject: 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 --- tests/Main.hs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/Main.hs (limited to 'tests/Main.hs') 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 -- cgit v1.2.3