# $Id: Portfile 50980 2009-05-14 19:41:55Z and.damore@macports.org $
PortSystem			1.0

name				check
version				0.9.6
categories			devel
maintainers			landonf
homepage			http://check.sf.net/
description			C unit testing framework
long_description		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.
platforms			darwin

master_sites			sourceforge:check

checksums			md5 6f80cd4a24d14ad706117a7714222420

configure.args			--infodir=${prefix}/share/info \
				--mandir=${prefix}/share/info

test.run			yes
test.target			check
