[ 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 ]
×

Package cmocka-1.1.5-11.el9.src download

Name cmocka
Epoch 0
Version 1.1.5
Release 11.el9
Architecture src
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
Size 96 KiB
Source Project cmocka-1.1.5-11.el9
SHA-256 checksum 19a07a3aa1343e6dae643e69432ae12240004c1792484dc5b9d967a8e7875fc6
× Full screenshot
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