Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 && ctest

It 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