head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.24 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.22 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.20 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.18 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.16 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.14 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.12 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.10 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.8 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.6 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.4 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.2 pkgsrc-2023Q2-base:1.1; locks; strict; comment @# @; 1.1 date 2023.05.03.16.56.31; author nikita; state Exp; branches; next ; commitid vEmPxcbCUrELsxnE; desc @@ 1.1 log @rapidcheck: import as devel/rapidcheck version 0.0.0.20220314 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. @ text @$NetBSD$ remove check for catch. --- extras/CMakeLists.txt.orig 2019-10-27 17:30:50 UTC +++ extras/CMakeLists.txt @@@@ -4,7 +4,7 @@@@ option(RC_INSTALL_ALL_EXTRAS "Add all possible integra option(RC_ENABLE_CATCH "Build Catch.hpp support" OFF) if (RC_ENABLE_CATCH OR RC_ENABLE_TESTS OR RC_INSTALL_ALL_EXTRAS) - add_subdirectory(catch) + #add_subdirectory(catch) endif() option(RC_ENABLE_GMOCK "Build Google Mock integration" OFF) @