aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Main.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Roll testing into the main executable, use Cabal to build the testsSpencer Janssen2008-01-191-8/+0
| | | | darcs-hash:20080119091215-a5988-8f5f48e8c40a0f39abdf6ffe4d4dc938ab8c7ef1.gz
* extract Properties module for re-use by contrib testsDevin Mullins2007-10-041-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