[ 原始碼: cmocka ]
套件:libcmocka0(1.1.5-2)
libcmocka0 的相關連結
Debian 的資源:
下載原始碼套件 cmocka:
- [cmocka_1.1.5-2.dsc]
- [cmocka_1.1.5.orig.tar.xz]
- [cmocka_1.1.5.orig.tar.xz.asc]
- [cmocka_1.1.5-2.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