A minimal, C89 compatible, collection of macros to ease testing your code.
So minimal in fact, that including test functions in test executable is a explicit responsibility of the user of this library.
As a good single header library, it has quick example in the header itself, but for more advanced methods, see howto directory. There is also how I personally use this library in my projects.
Dual-licensed under MIT and The Unlicense. Use it freely - no attribution required (thanks to The Unlicense), but apriciated :).
Inspired by SQLite, stb libraries, and other public-domain C classics.