[BACK]Return to DESCR CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / devel / cunit

Annotation of pkgsrc/devel/cunit/DESCR, Revision 1.1.1.1

1.1       agc         1: CUnit is a lightweight system for writing, administering, and running
                      2: unit tests in C.  It provides C programmers a basic testing
                      3: functionality with a flexible variety of user interfaces.
                      4:
                      5: CUnit is built as a static library which is linked with the user's
                      6: testing code.  It uses a simple framework for building test
                      7: structures, and provides a rich set of assertions for testing common
                      8: data types.  In addition, several different interfaces are provided
                      9: for running tests and reporting results.  These interfaces currently
                     10: include:
                     11:
                     12: Automated      Output to xml file              Non-interactive
                     13: Basic          Flexible programming interface  Non-interactive
                     14: Console        Console interface (ansi C)      Interactive
                     15: Curses                 Graphical interface (Unix)      Interactive

CVSweb <webmaster@jp.NetBSD.org>