slackbuilds/development/check
Eugene M 24cd9ec8c5
development/check: Fix script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2019-12-30 23:46:30 +07:00
..
README development/check: Updated for version 0.12.0 + new maintainer. 2017-11-18 12:40:16 +07:00
check.SlackBuild development/check: Fix script. 2019-12-30 23:46:30 +07:00
check.info development/check: Updated for version 0.13.0. 2019-11-16 19:57:58 +07:00
slack-desc development/check: Fix slack-desc. 2016-11-14 16:47:23 +07:00

README

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.  The output
from unit tests can be used within source code editors and IDEs.

See the project's home page for more information, including a tutorial.