C++ header-only light-weight library designed for simple tests and assertions.
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.
Topcheck is always open to improvements. Feel free to open an issue or a pull request on GitHub.