devel/rapidcheck - The NetBSD Packages Collection

QuickCheck clone for C++

QuickCheck clone for C++ with the goal of being simple to use with as little
boilerplate as possible.

RapidCheck is a C++ framework for property based testing inspired by QuickCheck
and other similar frameworks. In property based testing, you state facts about
your code that given certain precondition should always be true. RapidCheck then
generates random test data to try and find a case for which the property doesn't
hold. If such a case is found, RapidCheck tries to find the smallest case (for
some definition of smallest) for which the property is still false and then
displays this as a counterexample. For example, if the input is an integer,
RapidCheck tries to find the smallest integer for which the property is false.

Build dependencies

devel/cmake pkgtools/mktools devel/cmake pkgtools/cwrappers

Runtime dependencies

(none)

Binary packages

OSArchitectureVersion
NetBSD 10.0aarch64rapidcheck-0.0.0.20220314.tgz
NetBSD 10.0aarch64rapidcheck-0.0.0.20220314.tgz
NetBSD 10.0aarch64rapidcheck-0.0.0.20220314.tgz
NetBSD 10.0aarch64ebrapidcheck-0.0.0.20220314.tgz
NetBSD 10.0aarch64ebrapidcheck-0.0.0.20220314.tgz
NetBSD 10.0alpharapidcheck-0.0.0.20220314.tgz
NetBSD 10.0earmv6hfrapidcheck-0.0.0.20220314.tgz
NetBSD 10.0earmv6hfrapidcheck-0.0.0.20220314.tgz
NetBSD 10.0earmv6hfrapidcheck-0.0.0.20220314.tgz
NetBSD 10.0earmv7hfrapidcheck-0.0.0.20220314.tgz
NetBSD 10.0earmv7hfrapidcheck-0.0.0.20220314.tgz
NetBSD 10.0earmv7hfrapidcheck-0.0.0.20220314.tgz
NetBSD 10.0i386rapidcheck-0.0.0.20220314.tgz
NetBSD 10.0i386rapidcheck-0.0.0.20220314.tgz
NetBSD 10.0powerpcrapidcheck-0.0.0.20220314.tgz
NetBSD 10.0vaxrapidcheck-0.0.0.20220314.tgz
NetBSD 10.0x86_64rapidcheck-0.0.0.20220314.tgz
NetBSD 10.0x86_64rapidcheck-0.0.0.20220314.tgz
NetBSD 8.0i386rapidcheck-0.0.0.20220314.tgz
NetBSD 8.0powerpcrapidcheck-0.0.0.20220314.tgz
NetBSD 8.0powerpcrapidcheck-0.0.0.20220314.tgz
NetBSD 8.0x86_64rapidcheck-0.0.0.20220314.tgz
NetBSD 8.0x86_64rapidcheck-0.0.0.20220314.tgz
NetBSD 9.0aarch64rapidcheck-0.0.0.20220314.tgz
NetBSD 9.0aarch64rapidcheck-0.0.0.20220314.tgz
NetBSD 9.0aarch64rapidcheck-0.0.0.20220314.tgz
NetBSD 9.0alpharapidcheck-0.0.0.20220314.tgz
NetBSD 9.0earmv6hfrapidcheck-0.0.0.20220314.tgz
NetBSD 9.0earmv6hfrapidcheck-0.0.0.20220314.tgz
NetBSD 9.0earmv6hfrapidcheck-0.0.0.20220314.tgz
NetBSD 9.0earmv7hfrapidcheck-0.0.0.20220314.tgz
NetBSD 9.0earmv7hfrapidcheck-0.0.0.20220314.tgz
NetBSD 9.0earmv7hfrapidcheck-0.0.0.20220314.tgz
NetBSD 9.0i386rapidcheck-0.0.0.20220314.tgz
NetBSD 9.0i386rapidcheck-0.0.0.20220314.tgz
NetBSD 9.0powerpcrapidcheck-0.0.0.20220314.tgz
NetBSD 9.0powerpcrapidcheck-0.0.0.20220314.tgz
NetBSD 9.0x86_64rapidcheck-0.0.0.20220314.tgz
NetBSD 9.0x86_64rapidcheck-0.0.0.20220314.tgz
NetBSD 9.3x86_64rapidcheck-0.0.0.20220314.tgz

Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.

Available build options

(none)

Known vulnerabilities

The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.

Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.


Problem reports, updates or suggestions for this package should be reported with send-pr.