An open API service indexing awesome lists of open source software.

https://github.com/webern/cppunitlite

Lightweight Unit Testing Framework in C++
https://github.com/webern/cppunitlite

Last synced: 11 months ago
JSON representation

Lightweight Unit Testing Framework in C++

Awesome Lists containing this project

README

          

# CppUnitLite

CppUnitLite was created by Michael Feathers. Please acknowledge Michael Feathers as the author of CppUnitLite.

There are no known license terms for CppUnitLite.

Here is where I originally found this sourcecode in 2013 http://c2.com/cgi/wiki?CppUnitLite
However the sourcecode seems to have changed since then. Apparently the version of the sourcecode bundled with this license is an older version.

-------------------

Additional info on CppUnitLite from http://gamesfromwithin.com/exploring-the-c-unit-testing-framework-jungle#cppunit

"CppUnitLite has a funny story behind it. Michael Feathers, the original author of CppUnit, got fed up with the complexity of CppUnit and how it didn’t fit everyone’s needs, so we wrote the ultra-light weight framework CppUnitLite. It is as light on the features as it is on complexity and size, but his philosophy was to let people customize it to deal with whatever they need." -Noel http://gamesfromwithin.com/author/noel