Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmalek/rapidcheck_codedive
"Property based testing in C++" lightning talk, code::dive 2016
https://github.com/pmalek/rapidcheck_codedive
Last synced: 23 days ago
JSON representation
"Property based testing in C++" lightning talk, code::dive 2016
- Host: GitHub
- URL: https://github.com/pmalek/rapidcheck_codedive
- Owner: pmalek
- License: gpl-3.0
- Created: 2016-11-14T21:06:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-14T21:49:37.000Z (about 8 years ago)
- Last Synced: 2024-10-29T10:52:17.194Z (2 months ago)
- Language: CMake
- Size: 20.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rapidcheck_codedive
## How to build?
git clone https://github.com/pmalek/rapidcheck_codedive.git
mkdir build && cd build && cmake ../rapidcheck_codedive && make && ctestIt is possible to tweak [RapidCheck](https://github.com/emil-e/rapidcheck) parameters by running `ctest` with `RC_PARAMS` like so:
RC_PARAMS="max_success=10000" ctest