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++
- Host: GitHub
- URL: https://github.com/webern/cppunitlite
- Owner: webern
- License: other
- Created: 2015-08-03T02:47:34.000Z (almost 11 years ago)
- Default Branch: FileRenames
- Last Pushed: 2018-07-01T05:54:16.000Z (almost 8 years ago)
- Last Synced: 2025-03-18T17:59:08.544Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.txt
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