# autocheck **Repository Path**: godevops/autocheck ## Basic Information - **Project Name**: autocheck - **Description**: https://github.com/ufz/autocheck.git - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-09-20 - **Last Updated**: 2024-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # autocheck [![version: Bintray](https://api.bintray.com/packages/jfreeman/jfreeman/autocheck%3Ajfreeman/images/download.svg)](https://bintray.com/jfreeman/jfreeman/autocheck%3Ajfreeman/_latestVersion) [![build status: Linux and Mac OSX](https://travis-ci.org/thejohnfreeman/autocheck.svg?branch=master)](https://travis-ci.org/thejohnfreeman/autocheck) [![build status: Windows](https://ci.appveyor.com/api/projects/status/github/thejohnfreeman/autocheck?branch=master&svg=true)](https://ci.appveyor.com/project/thejohnfreeman/autocheck) Header-only C++11 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 jfreeman https://api.bintray.com/conan/jfreeman/jfreeman conan install autocheck/[*]@jfreeman/stable ```