Date: Tue, 6 Feb 2007 11:04:30 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/check Makefile distinfo pkg-descr pkg-plist ports/devel/check/files patch-Makefile.am patch-Makefile.in Message-ID: <200702061104.l16B4UYV030463@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
delphij 2007-02-06 11:04:30 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/check Makefile distinfo pkg-descr pkg-plist devel/check/files patch-Makefile.am patch-Makefile.in Log: New port: check is a unit testing framework for C. It features a simple interface for defining unit tests, putting little in the way of the developer. Tests are run in a separate address space, so Check can catch both assertion failures and code errors that cause segmentation faults or other signals. The output from unit tests can be used within source code editors and IDEs. Homepage: http://check.sourceforge.net/ Submitted by: rill <jiangzhixiang embedded iscas ac cn> Revision Changes Path 1.2626 +1 -0 ports/devel/Makefile 1.1 +25 -0 ports/devel/check/Makefile (new) 1.1 +3 -0 ports/devel/check/distinfo (new) 1.1 +11 -0 ports/devel/check/files/patch-Makefile.am (new) 1.1 +11 -0 ports/devel/check/files/patch-Makefile.in (new) 1.1 +9 -0 ports/devel/check/pkg-descr (new) 1.1 +41 -0 ports/devel/check/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702061104.l16B4UYV030463>