cmocka 1.1.7-3 source package in Ubuntu
Changelog
cmocka (1.1.7-3) unstable; urgency=medium * Add patch to set CMOCKA_LIBRARIES (Closes: #1060177, #1060178, #1060179, #1060178). -- Sandro Knauß <email address hidden> Sun, 07 Jan 2024 10:27:53 +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 | |
---|---|---|---|---|
Oracular | release | universe | misc | |
Noble | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
cmocka_1.1.7-3.dsc | 2.3 KiB | 0930cdbf9eb15b6743176637e64526cdb87a2b31da530b5057918d526c859041 |
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-3.debian.tar.xz | 10.5 KiB | 3f8da6acd27ebea0f16bc2e87c3a44f83596911dc0880078f39b78f47b77ef46 |
Available diffs
- diff from 1.1.5-2.1 to 1.1.7-3 (36.1 KiB)
- diff from 1.1.7-2 to 1.1.7-3 (1.8 KiB)
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