Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 484 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 484 Bytes

cabal-test-quickcheck

Build Status

Support for QuickCheck with the 'detailed' Cabal testing interface. See test/Example.hs for an example of use.

Set the type of your test-suite to detailed-0.9, and point the test-module field to the module which exports your tests. Configure with the --enable-tests option and run cabal test.