[ 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-11.el9

Name cmocka
Epoch 0
Version 1.1.5
Release 11.el9
Website/URL https://cmocka.org
License ASL 2.0
Build Time 2023-03-22 10:39:40
Build Host builder-x86-01.inferitos.ru
Summary An elegant unit testing framework for C with support for mock objects
Repositories CRB
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-11.el9.x86_64 Lightweight library to simplify and generalize unit tests for C 0ecfaa0f728732212cbcbfac814c90bd91b6d2453dacc10f082a5d9bf5d7c6b5 download
libcmocka-devel-1.1.5-11.el9.x86_64 Development headers for the cmocka library b56a9115e70b7a9e67172603615058764ea059941ce694b0f42ef27b7b576b74 download
i686
libcmocka-1.1.5-11.el9.i686 Lightweight library to simplify and generalize unit tests for C 07334f56292a4ff6f030e2ecf5525db81ccd4bac724d6c4dae90549116988beb download
libcmocka-devel-1.1.5-11.el9.i686 Development headers for the cmocka library 6b9ed15144c1b719ed6043dd6be73c96e433d28f1c0890ffc3e5a185fba28ec6 download
aarch64
libcmocka-1.1.5-11.el9.aarch64 Lightweight library to simplify and generalize unit tests for C 02006703e4735e0c0482945e3ba59518abdcff721569de845b224fde3c213faf download
libcmocka-devel-1.1.5-11.el9.aarch64 Development headers for the cmocka library 22d8893bec353e46addd13433944d31f2ee02b83bcc005c0711c3a60c5641764 download
src
cmocka-1.1.5-11.el9.src An elegant unit testing framework for C with support for mock objects 19a07a3aa1343e6dae643e69432ae12240004c1792484dc5b9d967a8e7875fc6 download
Changelog link
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1.1.5-11
- Rebuilt for MSVSphere 9.1.

* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.1.5-11
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
  Related: rhbz#1991688

* Thu Jun 24 2021 Andreas Schneider <asn@redhat.com> - 1.1.5-10
- resolves: rhbz#1915369 - Split out a cmocka-doc package

* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.1.5-9
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937