Date: Sun, 9 Sep 2007 05:55:50 +0000 (UTC) From: Edwin Groothuis <edwin@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 Message-ID: <200709090555.l895tpat065265@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709090555.l895tpat065265>
