Lightweight library to simplify and generalize unit tests for C
https://cmocka.org
cmocka is an elegant unit testing framework for C with support for mock
objects. It only requires the standard C library, works on a range of computing
platforms (including embedded) and with different compilers.
Features:
* Support for mock objects
* Only requires the C library
* Several supported output formats (Subunit, TAP, jUnit XML)
* Fully documented API
* Test fixtures
* Exception handling for signals (SIGSEGV, SIGILL, ...)
* No fork() used
* Very well tested
* Testing of memory leaks, buffer overflows and underflows.
Also, CMocka tries to avoid the use of some of the newer features of C
compilers.
- Devel package for openSUSE:Factory
-
3
derived packages
- Links to openSUSE:Factory / cmocka
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:libraries:c_c++/cmocka && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
baselibs.conf | 0000000220 220 Bytes | |
cmocka-1.1.6.tar.xz | 0000239456 234 KB | |
cmocka-1.1.6.tar.xz.asc | 0000000833 833 Bytes | |
cmocka.changes | 0000007203 7.03 KB | |
cmocka.keyring | 0000003432 3.35 KB | |
cmocka.spec | 0000004208 4.11 KB |
Revision 51 (latest revision is 64)
Andreas Schneider (gladiac)
committed
(revision 51)
Update to version 1.1.6
Comments 0