cvs commit: ports/devel Makefile ports/devel/cunit Makefile
distinfo pkg-descr pkg-plist ports/devel/cunit/files
patch-CUnit-Sources-Automated-Automated.c
patch-CUnit-Sources-Framework-MyMem.c
Edwin Groothuis
edwin at FreeBSD.org
Sat Sep 8 22:55:51 PDT 2007
edwin 2007-09-09 05:55:50 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/cunit Makefile distinfo pkg-descr pkg-plist
devel/cunit/files patch-CUnit-Sources-Automated-Automated.c
patch-CUnit-Sources-Framework-MyMem.c
Log:
[NEW PORT] devel/cunit: An automated unit testing framework for C
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.
WWW: http://cunit.sourceforge.net/
PR: ports/114934
Submitted by: Stefan Pauly <stefan at fh-mainz.de>
Revision Changes Path
1.2871 +1 -0 ports/devel/Makefile
1.1 +102 -0 ports/devel/cunit/Makefile (new)
1.1 +3 -0 ports/devel/cunit/distinfo (new)
1.1 +24 -0 ports/devel/cunit/files/patch-CUnit-Sources-Automated-Automated.c (new)
1.1 +13 -0 ports/devel/cunit/files/patch-CUnit-Sources-Framework-MyMem.c (new)
1.1 +9 -0 ports/devel/cunit/pkg-descr (new)
1.1 +49 -0 ports/devel/cunit/pkg-plist (new)
More information about the cvs-all
mailing list