Date: Mon, 10 May 2010 02:23:59 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/api-sanity-autotest Makefile distinfo pkg-descr Message-ID: <201005100223.o4A2NxPR006952@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
miwi 2010-05-10 02:23:59 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/api-sanity-autotest Makefile distinfo pkg-descr Log: API Sanity Autotest is a test generator for shared C/C++ libraries. It can quickly generate simple ("sanity" or "shallow"-quality) tests for functions from the library API, using the signatures and data type definitions from the library header files. The tests can detect critical errors in simple use cases, and can be improved with highly reusable specialized types. API Sanity Autotest can execute generated tests and detect all kinds of emitted signals, early program exits, program hanging and specified requirement failures. API Sanity Autotest also supports tests in the Template2Code format, and has a random test generation mode and other useful features. WWW: http://ispras.linux-foundation.org/index.php/API_Sanity_Autotest PR: ports/146431 Submitted by: bf <bf1783 at gmail.com> Revision Changes Path 1.3919 +1 -0 ports/devel/Makefile 1.1 +44 -0 ports/devel/api-sanity-autotest/Makefile (new) 1.1 +3 -0 ports/devel/api-sanity-autotest/distinfo (new) 1.1 +11 -0 ports/devel/api-sanity-autotest/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005100223.o4A2NxPR006952>