Description
Small behavior checks in C become easier when assertions, fixtures, or test helpers are available as a reusable library. It helps developers write verification code close to the code they are building.
This is a developer library, not a test runner for every project automatically. Software must include and call it in its own test code for the package to have any effect.