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

https://github.com/claby2/coretest

C++ Testing Framework
https://github.com/claby2/coretest

cpp header-only testing-framework unit-testing

Last synced: about 1 year ago
JSON representation

C++ Testing Framework

Awesome Lists containing this project

README

          

# Core Test

`coretest` is a C++ testing framework.

Documentation can be found in [`/docs`](./docs)

## Installation

1. Download the header in [`/src`](https://github.com/claby2/coretest/tree/master/coretest)
2. Either put the header file in a central location (with a specified path) or directly in your project tree.