Skip to content
Patrick Johnmeyer edited this page May 9, 2013 · 16 revisions

UnitTest++ is a lightweight unit testing framework for C++.

It was designed to do test-driven development on a wide variety of platforms. The primary drivers are four-fold:

  • Simplicity
  • Portability
  • Speed (both compilation and runtime)
  • Small footprint

Documentation

Building UnitTest++ using CMake

Legacy Sourceforge Documentation

Items in this section are still in the process of being updated.