Thu, 06 Jun 2024 06:05:06 UTC | login

Information for build cmockery2-1.3.9-3.fc25

ID1652
Package Namecmockery2
Version1.3.9
Release3.fc25
Epoch
SummaryLightweight C unit testing framework
DescriptionCmockery tests are compiled into a stand-alone executable and linked with the cmockery library, the standard C library and module being tested. Any symbols external to the module being tested should be mocked - replaced with functions that return values determined by the test - within the test application. Even though significant differences may exist between the target execution environment of a code module and the environment used to test the code the unit testing is still valid since its goal is to test the logic of a code modules at a functional level and not necessarily all of its interactions with the target execution environment. Other features: * Lightweight C Unit test with mocking support * JUnit XML report output which can be used with Jenkins * Provides design-by-contract support This project is a successor of http://code.google.com/p/cmockery-staging/ which is a successor of Google's http://code.google.com/p/cmockery/.
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 19:49:44 UTC
CompletedSat, 14 Apr 2018 19:49:44 UTC
Tags
f28
f29
RPMs
src
cmockery2-1.3.9-3.fc25.src.rpm (info) (download)
Changelog * Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Mon Apr 13 2015 Luis Pabón, Jr. <lpabon@redhat.com> - 1.3.9-1 - Minor bug fixes * Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Fri Jul 11 2014 Luis Pabon, Jr. <lpabon@redhat.com> - 1.3.8-2 - pkgconfig dependency * Mon Jul 07 2014 Luis Pabon, Jr. <lpabon@redhat.com> - 1.3.8-1 - clang support * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Mon Mar 24 2014 Luis Pabon, Jr. <lpabon@redhat.com> - 1.3.7-1 - Fixed memory check functions - Added new memory unit test * Fri Mar 21 2014 Luis Pabon, Jr. <lpabon@redhat.com> - 1.3.6-1 - PPC fixes * Thu Mar 13 2014 Luis Pabon, Jr. <lpabon@redhat.com> - 1.3.4-1 - Initial Fedora release