Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.1 KB

File metadata and controls

28 lines (22 loc) · 1.1 KB
layout page
title Home

UnitTest++ is a lightweight unit testing framework for C++. It was designed to do test-driven development on a wide variety of platforms. Simplicity, portability, speed, and small footprint are all very important aspects of UnitTest++. UnitTest++ is mostly standard C++ and makes minimal use of advanced library and language features, which means it should be easily portable to just about any platform. Out of the box, the following platforms are supported:

  • Windows
  • Linux
  • Mac OS X

UnitTest++ was originally written by Noel Llopis and Charles Nicholson, and hosted on SourceForge. It is now fully transitioned to GitHub, with the official project here.

Previous Blog Posts

    {% for post in site.posts offset:1 %}
  • {{ post.date | date_to_string }} » {{ post.title }}
  • {% endfor %}