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

Проект cmocka-1.1.7-6.el10

Имя cmocka
Эпоха 0
Версия 1.1.7
Релиз 6.el10
Сайт https://cmocka.org
Лицензия Apache-2.0
Время сборки 2024-12-16 22:36:09
Хост сборки builder-x86-04.inferitos.ru
Краткое описание An elegant unit testing framework for C with support for mock objects
Репозитории 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.
Эррата
× Full screenshot
Пакеты link
Пакет Краткое описание Контрольная сумма SHA-256
x86_64
libcmocka-1.1.7-6.el10.x86_64 Lightweight library to simplify and generalize unit tests for C d8c5e02e8d27b61a309828fe1f918ed666062ec8644e2a4a9abad02c55d09d82 download
libcmocka-devel-1.1.7-6.el10.x86_64 Development headers for the cmocka library 770c6c5aacb5a4480b10a1f587f8e30bf282f2589dccece55c5dbbfc5452df80 download
aarch64
libcmocka-1.1.7-6.el10.aarch64 Lightweight library to simplify and generalize unit tests for C fdad0417e4ddaf012bf06bfcc9cbde0dcb50c1cc4cb68d59e62c2775d933eab5 download
libcmocka-devel-1.1.7-6.el10.aarch64 Development headers for the cmocka library 936e838142a44102331fc929a236159530dd5e29652803d588b9fd69c2b6437c download
src
cmocka-1.1.7-6.el10.src An elegant unit testing framework for C with support for mock objects d5a836f8f57c715316c6e610c35484fd50514eceb367c331bb92dc7007bbc19a download
История изменений link
* Mon Dec 16 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.1.7-6
- Rebuilt for MSVSphere 10

* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.1.7-6
- Bump release for October 2024 mass rebuild:
  Resolves: RHEL-64018

* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.1.7-5
- Bump release for June 2024 mass rebuild

* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.7-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.7-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

* Tue Feb 28 2023 Andreas Schneider <asn@redhat.com> - 1.1.7-1
- Update to version 1.1.7
  * Update ignore list for source tarball generation
  * Added new assert macros to compare 2 double given an epsilon
  * Added meson build system
  * Added header with version to TAP13 output
  * Fixed issues with MSVC
  * Fixed TAP output for skipped tests
  * Fixed issue with fail_msg
  * CMake generated configs for find_package(cmocka)
  * Documentation improvements

* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild