initial import of check-0.8.4

--

Check is a unit test 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.
This commit is contained in:
avsm 2003-01-19 00:10:16 +00:00
parent 7759955ddc
commit 758578c90c
4 changed files with 49 additions and 0 deletions

21
devel/check/Makefile Normal file
View File

@ -0,0 +1,21 @@
# $OpenBSD: Makefile,v 1.1.1.1 2003/01/19 00:10:16 avsm Exp $
COMMENT= "unit test framework for C programs"
DISTNAME= check-0.8.4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=check/}
HOMEPAGE= http://check.sf.net/
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-plain-docdir
.include <bsd.port.mk>

3
devel/check/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (check-0.8.4.tar.gz) = 2869c0fb14b9e277931dbe3df22de1ab
RMD160 (check-0.8.4.tar.gz) = 7dfc5b931f5a70f1405d32bc34aec804acbfa802
SHA1 (check-0.8.4.tar.gz) = 4d5ced349ca76e2e945ab8b722d5007bc1b44860

8
devel/check/pkg/DESCR Normal file
View File

@ -0,0 +1,8 @@
Check is a unit test 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.
WWW: ${HOMEPAGE}

17
devel/check/pkg/PLIST Normal file
View File

@ -0,0 +1,17 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/01/19 00:10:16 avsm Exp $
include/check.h
lib/libcheck.a
share/aclocal/check.m4
share/doc/check/COPYING
share/doc/check/ChangeLog
share/doc/check/ChangeLogOld
share/doc/check/NEWS
share/doc/check/README
share/doc/check/examples/Makefile.am.money
share/doc/check/examples/check_money.c
share/doc/check/examples/configure.in.money
share/doc/check/examples/money.c
share/doc/check/examples/money.h
share/doc/check/tutorial.lyx
@dirrm share/doc/check/examples
@dirrm share/doc/check