1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/devel/check/pkg-descr
Sunpoet Po-Chuan Hsieh 64f3a678f1 Update to 0.11.0
- Update MASTER_SITES
- Update WWW

Changes:	https://github.com/libcheck/check/releases
2017-02-11 08:37:44 +00:00

7 lines
329 B
Plaintext

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/