Package: check Version: 0.8.4 Revision: 4 Source: mirror:sourceforge:check/%n-%v.tar.gz Source-MD5: 2869c0fb14b9e277931dbe3df22de1ab PatchScript: perl -pi -e 's/(AC_DEFUN\()([^[]+)(,)/\1\[\2]\3/' check.m4 SetCPPFlags: -no-cpp-precomp ConfigureParams: --mandir=%p/share/man --enable-plain-docdir CompileScript: << ./configure %c make make check << InstallScript: make install DESTDIR=%d DocFiles: << AUTHORS COPYING NEWS README INSTALL ChangeLog ChangeLogOld doc/tutorial-1.html doc/tutorial-2.html doc/tutorial-3.html doc/tutorial-4.html doc/tutorial-5.html << Description: Unit test framework for C DescDetail: << 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. << License: LGPL Homepage: http://check.sourceforge.net Maintainer: Jeremy Erwin