cmocka 1.1.7-2 source package in Ubuntu
Changelog
cmocka (1.1.7-2) unstable; urgency=medium + Upload to unstable. * Disable lto as it fails (#1015370). -- Sandro Knauß <email address hidden> Tue, 19 Dec 2023 15:39:17 +0100
Upload details
- Uploaded by:
- David Prevot
- Uploaded to:
- Sid
- Original maintainer:
- David Prevot
- Architectures:
- any all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
cmocka_1.1.7-2.dsc | 2.3 KiB | 9b28886bc85ff3a309d4d9cc54fc0791820ac9db7647c0c58d3bee16a2e7a8f9 |
cmocka_1.1.7.orig.tar.xz | 82.1 KiB | 810570eb0b8d64804331f82b29ff47c790ce9cd6b163e98d47a4807047ecad82 |
cmocka_1.1.7.orig.tar.xz.asc | 833 bytes | 607e9efb2216d9bb6bf90fe3d12b32f56e71c9f89e5340e8141b313b6a2e63eb |
cmocka_1.1.7-2.debian.tar.xz | 9.3 KiB | ca32ae4b118c90211ed5a12cc827dbe68073efb41525e19f7bac11ff95ee43f9 |
No changes file available.
Binary packages built by this source
- cmocka-doc: documentation for the CMocka unit testing framework
This package contains the documentation and examples 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
- libcmocka-dev: development files for the CMocka unit testing framework
This package contains the library development files 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
- libcmocka0: 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
- libcmocka0-dbgsym: debug symbols for libcmocka0