Mon, 16 Mar 2026 19:55:24 UTC | login

Information for build cmocka-1.1.7-2~XCPNG2694.1.xcpng8.3

ID5279
Package Namecmocka
Version1.1.7
Release2~XCPNG2694.1.xcpng8.3
Epoch
DraftFalse
Sourcegit+https://github.com/xcp-ng-rpms/cmocka.git#06a508f3ac7d25bd6ce9a1c54c29cc3624416d1b
SummaryAn elegant unit testing framework for C with support for mock objects
DescriptionThere 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.
Built bypcoval
State complete
Volume DEFAULT
StartedMon, 16 Mar 2026 15:50:58 UTC
CompletedMon, 16 Mar 2026 15:51:58 UTC
Taskbuild (v8.3-u-pcoval1, /xcp-ng-rpms/cmocka.git:06a508f3ac7d25bd6ce9a1c54c29cc3624416d1b)
Extra{'source': {'original_url': 'git+https://github.com/xcp-ng-rpms/cmocka.git?#06a508f3ac7d25bd6ce9a1c54c29cc3624416d1b'}}
Tags
v8.3-u-pcoval1
RPMs
src
cmocka-1.1.7-2~XCPNG2694.1.xcpng8.3.src.rpm (info) (download)
x86_64
libcmocka-1.1.7-2~XCPNG2694.1.xcpng8.3.x86_64.rpm (info) (download)
libcmocka-devel-1.1.7-2~XCPNG2694.1.xcpng8.3.x86_64.rpm (info) (download)
cmocka-debuginfo-1.1.7-2~XCPNG2694.1.xcpng8.3.x86_64.rpm (info) (download)
Logs
x86_64
mock_config.log
state.log
installed_pkgs.log
build.log
root.log
mock_output.log
hw_info.log
Changelog * Thu Jan 16 2025 XenServer Rebuild <rebuild@xenserver.com> - 1.1.7-2 - CP-53241: XenServer 9 rebuild * Fri Nov 10 2023 Lin Liu <lin.liu@citrix.com> - 1.1.7-1 - First imported release