MiniUnit is a mini unit test framework for C/C++.
-
Simple: Assert, test, show result, no extra code.
-
Flexible: Flexible assertions, optional messages, even with arguments.
-
Pretty: Display file name and line number, support color text.
-
Small: Only one header file, about 120 lines.