Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
28 lines (22 loc) · 1.1 KB

File metadata and controls

28 lines (22 loc) · 1.1 KB
Copy raw file
Download raw file
Outline
Edit and raw actions
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 %}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.