Merge branch 'staged'
[dports.git] / devel / check / pkg-descr
1 Check is a unit test framework for C. It features a simple interface for
2 defining unit tests, putting little in the way of the developer. Tests are run
3 in a separate address space, so Check can catch both assertion failures and code
4 errors that cause segmentation faults or other signals.