Robby Workman 5933d229e5 development/check: Updated homepage 8 年之前
..
README b563dc32aa development/check: Added (unit test framework) 14 年之前
check.SlackBuild 81ea0ff173 development/check: use autotools 9 年之前
check.info 5933d229e5 development/check: Updated homepage 8 年之前
slack-desc 6f758e07e5 development/check: Fix slack-desc. 8 年之前

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.