DESCRIPTION
CUnit is a lightweight system for writing, administering, and
running unit tests in C.  It provides C programmers a basic
testing functionality with a flexible variety of user interfaces.

CUnit is linked with the user's testing code.  It uses a simple
framework for building test structures, and provides a rich set
of assertions for testing common data types.   In addition, several
different interfaces are provided for running tests and reporting results.

HOMEPAGE
http://cunit.sourceforge.net/

to download

wget -r -np -nH --cut-dirs=2
http://matzeri.altervista.org/cygwin-1.7/CUnit/index.html

Regards
Marco

Reply via email to