[ 源代码: cmocka ]
软件包:libcmocka0(1.1.7-3 以及其他的)
libcmocka0 的相关链接
Debian 的资源:
下载源码包 cmocka:
- [cmocka_1.1.7-3.dsc]
- [cmocka_1.1.7.orig.tar.xz]
- [cmocka_1.1.7.orig.tar.xz.asc]
- [cmocka_1.1.7-3.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [cmocka.org]
相似软件包:
library for the CMocka unit testing framework
This is the major library for CMocka.
The idea of CMocka is that a test application only requires the standard C library and the CMocka library itself to minimize conflicts with standard C headers especially on a lot of different platforms.
Features:
* Easy to use framework to write unit tests * Support for mock objects * Testing of memory leaks, buffer overflows and underflows * Platform and compiler independent