rapidcheck 0~1033-08b5058-3 source package in Ubuntu

Changelog

rapidcheck (0~1033-08b5058-3) unstable; urgency=medium

  * Install cmake config to per-arch dirs.

 -- Adam Borowski <email address hidden>  Sun, 17 Jul 2022 00:33:09 +0200

Upload details

Uploaded by:
Adam Borowski
Uploaded to:
Sid
Original maintainer:
Adam Borowski
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc
Kinetic release universe misc

Downloads

File Size SHA-256 Checksum
rapidcheck_0~1033-08b5058-3.dsc 2.0 KiB 445a3efbf52659f4541ed6057ef87071853188a0077f642946137f906d659dce
rapidcheck_0~1033-08b5058.orig.tar.xz 137.9 KiB ebb215f93a10cf1c48367b7fdd33dbba68724ead11126b94eeefa215a20bebf4
rapidcheck_0~1033-08b5058-3.debian.tar.xz 2.9 KiB 02b3fdae065fba85156c1f1849dd7ce1ac12efe592687c89ee2c507f3889ffcd

No changes file available.

Binary packages built by this source

librapidcheck-dev: C++ framework for property based testing

 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.