Sun, 10 Nov 2024 08:34:38 UTC | login

Information for build cmocka-1.1.7-5.fc41

ID330773
Package Namecmocka
Version1.1.7
Release5.fc41
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/cmocka.git#04c4169012bca35d59410e6a5cfaf5c0e6346f84
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
StartedThu, 15 Aug 2024 16:41:32 UTC
CompletedThu, 15 Aug 2024 18:14:54 UTC
Taskbuild (f41, /rpms/cmocka.git:04c4169012bca35d59410e6a5cfaf5c0e6346f84)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/cmocka.git#04c4169012bca35d59410e6a5cfaf5c0e6346f84'}}
Tags
f41
RPMs
src
cmocka-1.1.7-5.fc41.src.rpm (info) (download)
noarch
cmocka-doc-1.1.7-5.fc41.noarch.rpm (info) (download)
riscv64
libcmocka-1.1.7-5.fc41.riscv64.rpm (info) (download)
libcmocka-devel-1.1.7-5.fc41.riscv64.rpm (info) (download)
cmocka-debugsource-1.1.7-5.fc41.riscv64.rpm (info) (download)
libcmocka-debuginfo-1.1.7-5.fc41.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.7-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * 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