Information for build cmocka-1.0.1-1.fc21

ID619795
Package Namecmocka
Version1.0.1
Release1.fc21
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 byasn
State complete
Volume fedora_koji_archive01
StartedThu, 12 Mar 2015 18:02:50 UTC
CompletedThu, 12 Mar 2015 18:07:37 UTC
Taskbuild (f21-candidate, /cmocka:515409e0762f19542c1f3eef7706a9350daeefa9)
Tags
f21-updates
RPMs
src
cmocka-1.0.1-1.fc21.src.rpm (info) (download)
armv7hl
libcmocka-1.0.1-1.fc21.armv7hl.rpm (info) (download)
libcmocka-devel-1.0.1-1.fc21.armv7hl.rpm (info) (download)
libcmocka-static-1.0.1-1.fc21.armv7hl.rpm (info) (download)
cmocka-debuginfo-1.0.1-1.fc21.armv7hl.rpm (info) (download)
i686
libcmocka-1.0.1-1.fc21.i686.rpm (info) (download)
libcmocka-devel-1.0.1-1.fc21.i686.rpm (info) (download)
libcmocka-static-1.0.1-1.fc21.i686.rpm (info) (download)
cmocka-debuginfo-1.0.1-1.fc21.i686.rpm (info) (download)
x86_64
libcmocka-1.0.1-1.fc21.x86_64.rpm (info) (download)
libcmocka-devel-1.0.1-1.fc21.x86_64.rpm (info) (download)
libcmocka-static-1.0.1-1.fc21.x86_64.rpm (info) (download)
cmocka-debuginfo-1.0.1-1.fc21.x86_64.rpm (info) (download)
Logs
armv7hl
state.log
root.log
build.log
x86_64
state.log
build.log
root.log
i686
build.log
state.log
root.log
Changelog * Thu Mar 12 2015 Andreas Schneider <asn@redhat.com> - 1.0.1-1 - Update to version 1.0.1: * Added a macro for assert_ptr_equal(). * Fixed test_realloc() if 0 size is passed. * Fixed objects packaging bug. * Fixed building with newer gcc versions. * Mon Feb 16 2015 Andreas Schneider <asn@redhat.com> - 1.0.0-1 - Update to version 1.0.0: * Added new test runner with group fixtures. The old runner is deprecated * Added an extensible message output formatter * Added jUnit XML message output * Added subunit message output * Added Test Anything Protocol message output * Added skip() command * Added test_realloc() * Added a cmockery compat header * Fixed a lot of bugs on Windows * Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-3 - 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 * Mon May 26 2014 - Andreas Schneider <asn@redhat.com> - 0.4.1-1 - Update to version 0.4.1. * Fri Apr 11 2014 - Andreas Schneider <asn@redhat.com> - 0.4.0-1 - Update to version 0.4.0. * Wed Nov 06 2013 - Andreas Schneider <asn@redhat.com> - 0.3.2-1 - Update to version 0.3.2. - Include API documentation. * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Wed Jul 10 2013 - Andreas Schneider <asn@redhat.com> - 0.3.0-2 - Update to version 0.3.1. - Fixed cmocka issues on big endian. - resolves: #975044 * Wed Jun 05 2013 - Andreas Schneider <asn@redhat.com> - 0.3.0-1 - Update to version 0.3.0. * Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Fri Jan 18 2013 - Andreas Schneider <asn@redhat.com> - 0.2.0-3 - Fixed typo in Source URL. * Thu Jan 17 2013 - Andreas Schneider <asn@redhat.com> - 0.2.0-2 - Fixed Source URL. - Fixed package groups. * Tue Jan 15 2013 - Andreas Schneider <asn@redhat.com> - 0.2.0-1 - Initial version 0.2.0