[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Project cmocka-1.1.5-1.el8

Name cmocka
Epoch 0
Version 1.1.5
Release 1.el8
Website/URL https://cmocka.org
License ASL 2.0
Build Time 2023-12-08 15:43:19
Build Host builder-x86-04.inferitos.ru
Summary An elegant unit testing framework for C with support for mock objects
Repositories PowerTools
Description There 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.
Errata
× Full screenshot
Packages link
Package Summary SHA-256 checksum
x86_64
libcmocka-1.1.5-1.el8.x86_64 Lightweight library to simplify and generalize unit tests for C d4033f5d442b4683837fbff3aed3362e604d7f44d2928f1aaffe70a1a4a2d9bd download
libcmocka-devel-1.1.5-1.el8.x86_64 Development headers for the cmocka library 69c983f38968ed9e2e61decf0e4fe89f48d6d6a53c0576e9ceb075893e3b8fea download
i686
libcmocka-1.1.5-1.el8.i686 Lightweight library to simplify and generalize unit tests for C a96333a671ff23c726616b743ffd274e8de73eb65e0d78d105ff20946ba3656e download
libcmocka-devel-1.1.5-1.el8.i686 Development headers for the cmocka library 66f91ff0dbe85924ede7d455767f1a935031ef2405649419bc72433e196165bb download
src
cmocka-1.1.5-1.el8.src An elegant unit testing framework for C with support for mock objects e732dce624f39ddd078db636bbed464868d8150950f0838f787eb64ade5d6c51 download
Changelog link
* Thu Dec 07 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.1.5-1
- Rebuilt for MSVSphere 8.8

* Thu Mar 28 2019 Andreas Schneider <asn@redhat.com> - 1.1.5-1
- Update to version 1.1.5

* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

* Thu Sep 27 2018 Andreas Schneider <asn@redhat.com> - 1.1.3-1
- Update to version 1.1.3

* Wed Aug 29 2018 Andreas Schneider <asn@redhat.com> - 1.1.2-1
- Update to version 1.1.2

* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild

* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

* Tue Mar 28 2017 Than Ngo <than@redhat.com> - 1.1.0-5
- added workaround for gcc7 bug on ppc64le temporary