2012-07-09 21:13:00 +02:00
|
|
|
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.
|
2003-12-05 01:46:02 +01:00
|
|
|
|
2012-07-09 21:13:00 +02:00
|
|
|
WWW: http://check.sourceforge.net/
|