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

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.