Fri, 03 May 2024 04:55:18 UTC | login

Information for build cmocka-1.1.7-4.fc40

ID304055
Package Namecmocka
Version1.1.7
Release4.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/cmocka.git#59d3908d0814c9e71b1b2f6191a09911c5c87005
SummaryAn elegant unit testing framework for C with support for mock objects
DescriptionThere are a variety of C unit testing frameworks available however many of them are fairly complex and require the latest compiler technology. Some development requires the use of old compilers which makes it difficult to use some unit testing frameworks. In addition many unit testing frameworks assume the code being tested is an application or module that is targeted to the same platform that will ultimately execute the test. Because of this assumption many frameworks require the inclusion of standard C library headers in the code module being tested which may collide with the custom or incomplete implementation of the C library utilized by the code under test. Cmocka only requires a test application is linked with the standard C library which minimizes conflicts with standard C library headers. Also, CMocka tries to avoid the use of some of the newer features of C compilers. This results in CMocka being a relatively small library that can be used to test a variety of exotic code. If a developer wishes to simply test an application with the latest compiler then other unit testing frameworks may be preferable. This is the successor of Google's Cmockery.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 10 Apr 2024 14:53:00 UTC
CompletedWed, 10 Apr 2024 16:30:02 UTC
Taskbuild (f40, /rpms/cmocka.git:59d3908d0814c9e71b1b2f6191a09911c5c87005)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/cmocka.git#59d3908d0814c9e71b1b2f6191a09911c5c87005'}}
Tags
f40
RPMs
src
cmocka-1.1.7-4.fc40.src.rpm (info) (download)
noarch
cmocka-doc-1.1.7-4.fc40.noarch.rpm (info) (download)
riscv64
libcmocka-1.1.7-4.fc40.riscv64.rpm (info) (download)
libcmocka-devel-1.1.7-4.fc40.riscv64.rpm (info) (download)
cmocka-debugsource-1.1.7-4.fc40.riscv64.rpm (info) (download)
libcmocka-debuginfo-1.1.7-4.fc40.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.7-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Feb 28 2023 Andreas Schneider <asn@redhat.com> - 1.1.7-1 - Update to version 1.1.7 * Update ignore list for source tarball generation * Added new assert macros to compare 2 double given an epsilon * Added meson build system * Added header with version to TAP13 output * Fixed issues with MSVC * Fixed TAP output for skipped tests * Fixed issue with fail_msg * CMake generated configs for find_package(cmocka) * Documentation improvements * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild