check

Unit Testing Framework for C

Version

0.15.2-1
(2022-08-25)

Size

138.2

KiB

Repository

HaikuPorts
x86_64
Check is a unit testing framework for C. It features a simple interface for defining unit tests, putting little in the way of the developer.
Tests are run in a separate address space, so both assertion failures and code errors that cause segmentation faults or other signals can be caught. Test results are reportable in the following: Subunit, TAP, XML, and a generic logging format.