Unit Test Framework for C
Check is a unit test framework for C. It features a simple interfacefor
defining unit tests, limitating the developer the less possible. Tests
are run in a separate address space, so Check cancatch both, assertion
failures and code errors that cause segmentationfaults or other
signals. The output of unit tests can be used within source code
editors and IDEs.
- Developed at GNOME:Factory
- Sources inherited from project openSUSE:Factory
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/check && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
baselibs.conf | 0000000097 97 Bytes | |
check-0.14.0.tar.gz | 0000770800 753 KB | |
check.changes | 0000016090 15.7 KB | |
check.spec | 0000003704 3.62 KB |
Revision 33 (latest revision is 35)
Dominique Leuenberger (dimstar_suse)
accepted
request 800801
from
Dominique Leuenberger (dimstar)
(revision 33)
- Update to 0.14.0: * Add support for FetchContent in CMake * Rename CMake project from 'check' to 'Check' * Fix for checking for wrong tool when building docs in Autotools * Fix compiler warning with printf format * missing <unistd.h> in some files * Various documentation improvements * END_TEST is now optional, as how START_TEST works has been redone * Various CMake related changes (forwarded request 800363 from polslinux)
Comments 0