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
- * Tue Feb 28 16:00:00 2006 Tom "spot" Callaway <tcallawa{%}redhat{*}com> 0.9.2-4
- do the bump-di-bump, watch me do the bump-di-bump
- * Fri Dec 2 16:00:00 2005 Tom "spot" Callaway <tcallawa{%}redhat{*}com> 0.9.2-3
- enabled -fPIC to resolve bz 174313
- * Sat Sep 17 17: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