/mtest

a minimal testing framework for C/C++

Primary LanguageC++MIT LicenseMIT

mtest

screenshot

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 the examples directory for examples.

CMake integration

mtest supports integration with CMake/CTest. See cmake for an example application. To use cmake integration you must add mtest.cmake to your project.