Source-Makefile: package/feeds/packages/check/Makefile Package: check Version: 0.15.2-r2 Depends: +libc +libpthread +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: packages Title: Unit testing framework for C Maintainer: Eduardo Abinader Source: check-0.15.2.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING.LESSER URL: https://libcheck.github.io/check/ Type: ipkg Description: Check 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. @@