Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thejohnfreeman/autocheck

Header-only C++17 library for property-based testing.
https://github.com/thejohnfreeman/autocheck

redirectory

Last synced: about 2 months ago
JSON representation

Header-only C++17 library for property-based testing.

Awesome Lists containing this project

README

        

# autocheck

Header-only C++17 library for QuickCheck (and later, SmallCheck) testing.

Please consult the [wiki][] for documentation.

[wiki]: http://github.com/thejohnfreeman/autocheck/wiki

## Install

```sh
conan remote add redirectory https://conan.jfreeman.dev
conan install autocheck/[*]@github/thejohnfreeman
```