Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 473 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 473 Bytes

Topcheck

C++ header-only light-weight library designed for simple tests and assertions.

Usage

Since it's a single file header only library, you can use it via downloading Topcheck.hpp in include/Topcheck folder.

#include <Topcheck/Topcheck.hpp>

Some examples on how to use Topcheck library are provided in examples/Example.cpp file.

Contributing

Topcheck is always open to improvements. Feel free to open an issue or a pull request on GitHub.