xTests 0.10.3 (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 the ability to suppress reporting of empty test cases. It also adds the macro XTESTS_START_RUNNER_WITH_FLAGS(). It also allows use of Windows debugging support when emulating UNIX on Windows.

More...