C++ Property-based Testing Example (w/ RapidCheck)
- C++11
- CMake(>=3.11)
- RapidCheck(CMake FetchContent)
-
Clone the repository:
$ git clone https://github.com/int-i/cpp-pbt-example.git
-
Build the source:
$ cd cpp-pbt-example $ cmake -S . -B build $ cmake --build build
Related Post: 인하대학교 인트아이 - ???: 내 이름은 PBT. 어설픈 건 용납 못해 (Feat. RapidCheck)