openbsd-ports/devel/check/Makefile
avsm 758578c90c 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.
2003-01-19 00:10:16 +00:00

22 lines
476 B
Makefile

# $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>