mtest is a minimal testing framework for C++.
- Windows or UNIX-like host
- A compiler supporting C++11
To include mtest into your project, download mtest.h, mtest.cpp and place them alongside your source files. See the examples directory for examples.
mtest supports integration with CMake/CTest. See cmake for an example application. To use cmake integration you must add mtest.cmake to your project.