Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thejohnfreeman/autocheck
Header-only C++17 library for property-based testing.
https://github.com/thejohnfreeman/autocheck
redirectory
Last synced: about 14 hours ago
JSON representation
Header-only C++17 library for property-based testing.
- Host: GitHub
- URL: https://github.com/thejohnfreeman/autocheck
- Owner: thejohnfreeman
- License: isc
- Created: 2012-12-31T04:59:04.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T14:36:39.000Z (5 months ago)
- Last Synced: 2024-11-06T06:12:13.509Z (8 days ago)
- Topics: redirectory
- Language: C++
- Homepage:
- Size: 178 KB
- Stars: 124
- Watchers: 9
- Forks: 17
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cpp-testing - autocheck - QuickCheck and SmallCheck clones for C++. (Testing Frameworks)
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
```