Tue, 07 May 2024 18:12:15 UTC | login

Information for build cmocka-1.0.1-1.el7

ID11352
Package Namecmocka
Version1.0.1
Release1.el7
Epoch
SummaryLightweight library to simplify and generalize unit tests for C
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 byhhorak
State complete
Volume DEFAULT
StartedThu, 23 Jun 2016 14:34:10 UTC
CompletedThu, 23 Jun 2016 14:37:20 UTC
Taskbuild (sclo7-common-el7, cmocka-1.0.1-1.el7.src.rpm)
Tags
sclo7-common-candidate
RPMs
src
cmocka-1.0.1-1.el7.src.rpm (info) (download)
x86_64
libcmocka-1.0.1-1.el7.x86_64.rpm (info) (download)
libcmocka-devel-1.0.1-1.el7.x86_64.rpm (info) (download)
libcmocka-static-1.0.1-1.el7.x86_64.rpm (info) (download)
cmocka-debuginfo-1.0.1-1.el7.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
state.log
Changelog * Mon Jun 15 2015 Jakub Hrozek <jhrozek@redhat.com> - 1.0.1-1 - Import newer version to RHEL - Related: rhbz#1226046 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-3 - related: #1110820 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild