Portfile

# $Id: Portfile 22503 2007-03-03 07:17:50Z landonf@macports.org $
PortSystem 1.0

name check
version 0.9.5
categories devel
maintainers landonf@macports.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 30143c7974b547a12a7da47809a90951

test.run yes
test.target check