Sat, 01 Jun 2024 10:02:55 UTC | login

Information for build cmocka-1.1.7-1.fc38

ID245892
Package Namecmocka
Version1.1.7
Release1.fc38
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/cmocka.git#472f76ffcdb7615a7513340040df9a8a3627aaa0
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, 11 May 2023 19:58:17 UTC
CompletedFri, 12 May 2023 12:36:42 UTC
Taskbuild (f38, /rpms/cmocka.git:472f76ffcdb7615a7513340040df9a8a3627aaa0)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/cmocka.git#472f76ffcdb7615a7513340040df9a8a3627aaa0'}}
Tags
f38
f39
f40
RPMs
src
cmocka-1.1.7-1.fc38.src.rpm (info) (download)
noarch
cmocka-doc-1.1.7-1.fc38.noarch.rpm (info) (download)
riscv64
libcmocka-1.1.7-1.fc38.riscv64.rpm (info) (download)
libcmocka-devel-1.1.7-1.fc38.riscv64.rpm (info) (download)
cmocka-debugsource-1.1.7-1.fc38.riscv64.rpm (info) (download)
libcmocka-debuginfo-1.1.7-1.fc38.riscv64.rpm (info) (download)
Logs
riscv64
state.log
root.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * 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 * Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Mon Apr 19 2021 Andreas Schneider <asn@redhat.com> - 1.1.5-9 - Split out a cmocka-doc package