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

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.