aboutsummaryrefslogtreecommitdiff
path: root/devel/check/pkg-descr
blob: 7101b6e35293d71e5a547b0ba9d71e2a09a9aa79 (plain) (blame)
1
2
3
4
5
6
Check is a unit test 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 Check can catch both assertion failures and code
errors that cause segmentation faults or other signals.

WWW: https://libcheck.github.io/check/