mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 00:20:22 -07:00
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".
9 lines
227 B
Haskell
9 lines
227 B
Haskell
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
|