From 93356fea2d1030bda8e313a1a12ee943566bfdd5 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 --- tests/Main.hs | 8 ++++++++ tests/Properties.hs | 1 + 2 files changed, 9 insertions(+) create mode 100644 tests/Main.hs (limited to 'tests') 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 diff --git a/tests/Properties.hs b/tests/Properties.hs index 9818f30..bd8bc2b 100644 --- a/tests/Properties.hs +++ b/tests/Properties.hs @@ -1,4 +1,5 @@ {-# OPTIONS -fglasgow-exts #-} +module Properties where import StackSet hiding (filter) import qualified StackSet as S (filter) -- cgit v1.2.3