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
- Host: GitHub
- URL: https://github.com/claby2/coretest
- Owner: claby2
- License: mit
- Created: 2020-07-25T06:17:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-30T05:27:41.000Z (almost 6 years ago)
- Last Synced: 2025-02-12T19:47:58.752Z (over 1 year ago)
- Topics: cpp, header-only, testing-framework, unit-testing
- Language: C++
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.