Info2: << Package: check Version: 0.15.2 Revision: 1 Source: https://github.com/libcheck/check/releases/download/%v/%n-%v.tar.gz Source-Checksum: SHA256(a8de4e0bacfb4d76dd1c618ded263523b53b85d92a146d8835eb1a52932fa20a) Replaces: %N (<< 0.9.6-1) Depends: %N-shlibs (= %v-%r) BuildDependsOnly: true 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: https://libcheck.github.io/check/ Maintainer: Jeremy Erwin <<