# $Id$ PortSystem 1.0 name check version 0.9.5 revision 1 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 configure.args --infodir=${prefix}/share/info \ --mandir=${prefix}/share/info test.run yes test.target check