xTests 0.10.2 (Default branch)

xTests is a small, simple, lightweight, portable unit/component testing library for exercising C and C++ libraries. It relies on no platform-specific or compiler-specific constructs and doesn't require pre-processing of your source code by scripting languages or use macros to create secret classes that use Schwarz counters to register test cases. It relies on you to simply code what you want, and nothing that you don't want. License: BSD License (revised) Changes:
This release adds full support for custom reporter functionality, facilities for length-limiting string comparison, and missing macros for case-insensitive string inequality. It also corrects a defect whereby s/uint64 integer failures were not counted towards the total and other minor defects.

More...