Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
check: A unit test framework for C
- Summary
- 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.
Changelog
- * Sat Sep 17 23:00:00 2005 Tom "spot" Callaway <tcallawa{%}redhat{*}com> 0.9.2-2
- get rid of the so file (not needed)
- only make devel package
- * Sun Aug 14 23:00:00 2005 Tom "spot" Callaway <tcallawa{%}redhat{*}com> 0.9.2-1
- initial package for Fedora Extras