Subject: CVS commit: wip/QuickCheck
From: PHO / phonohawk
Date: 2009-01-29 10:52:47
Message id: E1LSTa2-0004Kk-UZ@ddv4jf1.ch3.sourceforge.com

Log Message:
Import QuickCheck-2.1.0.1 as wip/QuickCheck.

QuickCheck is a library for random testing of program properties.

The programmer provides a specification of the program, in the form of
properties which functions should satisfy, and QuickCheck then tests
that the properties hold in a large number of randomly generated
cases.

Specifications are expressed in Haskell, using combinators defined in
the QuickCheck library. QuickCheck provides combinators to define
properties, observe the distribution of test data, and define test
data generators.


Files:
RevisionActionfile
1.1importwip/QuickCheck/distinfo
1.1importwip/QuickCheck/Makefile
1.1importwip/QuickCheck/buildlink3.mk
1.1importwip/QuickCheck/PLIST
1.1importwip/QuickCheck/DESCR
1.1importwip/QuickCheck/patches/patch-aa