Subject: CVS commit: pkgsrc/devel/cunit
From: Alistair G. Crooks
Date: 2009-01-10 22:03:59
Message id: 20090110210359.56C7C175D0@cvs.netbsd.org

Log Message:
Initial import of CUnit-2.1 into the packages collection.

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 built as a static library which 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.  These interfaces currently
include:

Automated 	Output to xml file 		Non-interactive
Basic 		Flexible programming interface 	Non-interactive
Console 	Console interface (ansi C) 	Interactive
Curses 		Graphical interface (Unix) 	Interactive


Files:
RevisionActionfile
1.1importpkgsrc/devel/cunit/Makefile
1.1importpkgsrc/devel/cunit/PLIST
1.1importpkgsrc/devel/cunit/DESCR
1.1importpkgsrc/devel/cunit/buildlink3.mk
1.1importpkgsrc/devel/cunit/distinfo
1.1importpkgsrc/devel/cunit/patches/patch-aa
1.1importpkgsrc/devel/cunit/patches/patch-ab
1.1importpkgsrc/devel/cunit/patches/patch-ac