# $Id: Portfile,v 1.4 2005/08/31 17:48:33 toby Exp $
PortSystem			1.0

name				check
version				0.9.3
categories			devel
maintainers			landonf@opendarwin.org
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.

master_sites			sourceforge:check

checksums			md5 6e5870f7c9c5414572158d8005e91d68

test.run			yes
test.target			check
