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.
- Sources inherited from project devel:libraries:c_c++
- Devel package for openSUSE:Factory
- 
4
derived packages
- Links to openSUSE:Factory / cmocka
- Download package
- 
Checkout Package
osc -A https://api.opensuse.org checkout home:redwil:15.6/cmocka && cd $_
- Create Badge
Refresh
Source Files (show merged sources derived from linked package)
| Filename | Size | Changed | 
|---|---|---|
| _link | 0000000124 124 Bytes | |
| baselibs.conf | 0000000327 327 Bytes | |
| cmocka-1.1.8.tar.xz | 0000077872 76 KB | |
| cmocka-1.1.8.tar.xz.asc | 0000000833 833 Bytes | |
| cmocka.changes | 0000008528 8.33 KB | |
| cmocka.keyring | 0000003432 3.35 KB | |
| cmocka.spec | 0000004718 4.61 KB | 





Comments 0