[ Все 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 ]
×

Пакет libcmocka-1.1.5-11.el9.i686 download

Имя libcmocka
Эпоха 0
Версия 1.1.5
Релиз 11.el9
Архитектура i686
Сайт https://cmocka.org
Лицензия ASL 2.0
Время сборки 2023-03-22 10:41:07
Хост сборки builder-x86-01.inferitos.ru
Краткое описание Lightweight library to simplify and generalize unit tests for C
Репозитории CRB
Полное описание 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.
Эррата
Размер 37 КиБ
Исходный проект cmocka-1.1.5-11.el9
Контрольная сумма SHA-256 07334f56292a4ff6f030e2ecf5525db81ccd4bac724d6c4dae90549116988beb
× Full screenshot
История изменений 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