[ 原始碼: libzt ]
套件:libzt1(0.3.1-4)
libzt1 的相關連結
Debian 的資源:
下載原始碼套件 libzt:
- [libzt_0.3.1-4.dsc]
- [libzt_0.3.1.orig.tar.gz]
- [libzt_0.3.1.orig.tar.gz.asc]
- [libzt_0.3.1-4.debian.tar.xz]
維護者:
外部的資源:
- 主頁 [github.com]
相似套件:
libzt is a simple and robust unit test library for C
The library provides functions for common checks and assertions, which produce readable diagnostic messages that integrate well with "make check" and programming editors, such as vi.
- Robust, allowing you to focus on your code. - Simple and small, making it quick to learn and use. - Doesn't use dynamic memory allocation, reducing error handling. - Equipped with useful helpers for writing test cases. - Portable and supported on Linux, MacOS and Windows. - Documented and fully coverage and integration tested.
This package contains the shared library for programs linking with libzt.