# $Id$ PortSystem 1.0 name check version 0.9.14 categories devel license LGPL-2.1+ maintainers landonf openmaintainer 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 depends_build port:autoconf \ port:automake \ port:libtool \ port:pkgconfig checksums rmd160 f2de6099d213e7dd9cd73ed42ad0a8dddc5881a7 \ sha256 c272624645b1b738cf57fd5d81a3e4d9b722b99d6133ee3f3c4007d4d279840a configure.args --infodir=${prefix}/share/info \ --mandir=${prefix}/share/man test.run yes test.target check