...
Check is a unit testing framework for C. It features a simple interface fordefining for defining unit tests, putting little in the way of the developer. Tests arerun are run in a separate address space, so both assertion failures and code errorsthat errors that cause segmentation faults or other signals can be caught. Test resultsare results are reportable in the following: Subunit, TAP, XML, and a generic loggingformatlogging format.
More information
- Homepage: https://libcheck.github.io/check/
...