slackbuilds_ponce/libraries/librapidcheck
Pouria Rezaei bc5f44b8ea
libraries/librapidcheck: Fix build and information.
In slack-desc and README, I noticed a little bit of bad spacing thanks
to sbolint, also a missing CXX flag for SLKCFLAGS.

Signed-off-by: Pouria Rezaei <Pouria.rz@outlook.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-06-29 21:47:45 +07:00
..
librapidcheck.info
librapidcheck.SlackBuild
README
slack-desc

RapidCheck is a C++ framework for property based testing inspired
by QuickCheck. In this testing, you define properties your code
should always satisfy given certain conditions. RapidCheck
generates random test data to find cases where the property fails.
If it finds a failure, it minimizes the input to the smallest
failing case and displays it as a counterexample.

By !red