Skip to content

zmthy/cabal-test-quickcheck

Repository files navigation

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.