the Fink project is an effort to port
popular Unix programs to Mac OS X
Info2: <<
Package: check
Version: 0.9.6
Revision: 1
Source: mirror:sourceforge:check/%n-%v.tar.gz
Source-MD5: 6f80cd4a24d14ad706117a7714222420
Replaces: %N (<< 0.9.6-1)
Depends: %N-shlibs (= %v-%r)
BuildDepends: fink ( >=0.24.12 )
BuildDependsOnly: true
PatchFile: %n.patch
PatchFile-MD5: 51ebf312ca4e44440404d2733ca1bcfa
ConfigureParams: --mandir=%i/share/man --infodir=%i/share/info --disable-dependency-tracking
CompileScript: <<
./configure %c
make
make check
<<
InfoDocs: %n.info
DocFiles: <<
AUTHORS COPYING.LESSER THANKS TODO
<<
SplitOff: <<
Package: %N-shlibs
Files: lib/libcheck.*.dylib
Shlibs: %p/lib/libcheck.0.dylib 1.0.0 %N (>= 0.9.6-1)
DocFiles: AUTHORS COPYING.LESSER THANKS TODO
Description: Shared libraries for check
<<
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
<<
--- check-0.9.6.orig/doc/check.info 2007-08-02 00:36:21.000000000 +0200
+++ check-0.9.6/doc/check.info 2007-08-02 00:37:49.000000000 +0200
@@ -15,7 +15,7 @@
INFO-DIR-SECTION Software development
START-INFO-DIR-ENTRY
-* Check: (check)Introduction.
+* Check: (check). A unit test framework for C programs
END-INFO-DIR-ENTRY