aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Main.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-01-19Roll testing into the main executable, use Cabal to build the testsSpencer Janssen1-8/+0
darcs-hash:20080119091215-a5988-8f5f48e8c40a0f39abdf6ffe4d4dc938ab8c7ef1.gz
2007-10-04extract Properties module for re-use by contrib testsDevin Mullins1-0/+8
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