need dependency on bash for REPLACE_BASH to work properly.
[pkgsrcv2.git] / devel / cunit / DESCR
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