cvs commit: ports/devel Makefile ports/devel/quickcheck++ Makefile
distinfo pkg-descr pkg-plist
TAKATSU Tomonari
tota at FreeBSD.org
Sun Jan 29 14:24:11 UTC 2012
tota 2012-01-29 14:24:10 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/quickcheck++ Makefile distinfo pkg-descr pkg-plist
Log:
- Add a new port: devel/quickcheck++
QuickCheck++ is a tool for testing C++ programs automatically,
inspired by QuickCheck, a similar library for Haskell programs.
In QuickCheck++, the application programmer provides a specification
of parts of its code in the form of properties which this code must
satisfy. Then, the QuickCheck++ utilities can check that these
properties holds in a large number of randomly generated test cases.
Specifications, i.e. properties, are written in C++ by deriving
from the quickcheck::Property class. This class contains members
not only to express the specification but also to observe the
distribution of test data and to write custom test data generators.
The framework also allows the specification of fixed test data, as
can be done with more traditional unit testing frameworks.
WWW: http://software.legiasoft.com/quickcheck/
Revision Changes Path
1.4818 +1 -0 ports/devel/Makefile
1.1 +58 -0 ports/devel/quickcheck++/Makefile (new)
1.1 +2 -0 ports/devel/quickcheck++/distinfo (new)
1.1 +17 -0 ports/devel/quickcheck++/pkg-descr (new)
1.1 +5 -0 ports/devel/quickcheck++/pkg-plist (new)
More information about the cvs-all
mailing list