mtest
About
mtest is a minimal testing framework for C++.
Requirements
- Windows or UNIX-like host
- A compiler supporting C++11
Usage
To include mtest into your project, download mtest.h, mtest.cpp and place them alongside your source files. See example.cpp to see how to add and run tests.