Fri, 16 Jan 2026 21:15:19 CST | login

Information for build cmocka-1.1.7-4.oc9

ID33256
Package Namecmocka
Version1.1.7
Release4.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/src-opencloudos-rpms/cmocka.git?.#b78799074d4a443b28e744fb5207488bff206066
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 bybbrucezhang
State complete
Volume DEFAULT
StartedTue, 22 Apr 2025 16:52:37 CST
CompletedTue, 22 Apr 2025 17:53:52 CST
Taskbuild (dist-oc9, /src-opencloudos-rpms/cmocka.git:.:origin/oc9)
Extra{'source': {'original_url': 'git+https://gitee.com/src-opencloudos-rpms/cmocka.git?.#origin/oc9'}}
Tags
dist-oc9
dist-oc9-compose
RPMs
src
cmocka-1.1.7-4.oc9.src.rpm (info) (download)
aarch64
libcmocka-1.1.7-4.oc9.aarch64.rpm (info) (download)
libcmocka-devel-1.1.7-4.oc9.aarch64.rpm (info) (download)
libcmocka-static-1.1.7-4.oc9.aarch64.rpm (info) (download)
cmocka-debugsource-1.1.7-4.oc9.aarch64.rpm (info) (download)
libcmocka-debuginfo-1.1.7-4.oc9.aarch64.rpm (info) (download)
loongarch64
libcmocka-1.1.7-4.oc9.loongarch64.rpm (info) (download)
libcmocka-devel-1.1.7-4.oc9.loongarch64.rpm (info) (download)
libcmocka-static-1.1.7-4.oc9.loongarch64.rpm (info) (download)
cmocka-debugsource-1.1.7-4.oc9.loongarch64.rpm (info) (download)
libcmocka-debuginfo-1.1.7-4.oc9.loongarch64.rpm (info) (download)
x86_64
libcmocka-1.1.7-4.oc9.x86_64.rpm (info) (download)
libcmocka-devel-1.1.7-4.oc9.x86_64.rpm (info) (download)
libcmocka-static-1.1.7-4.oc9.x86_64.rpm (info) (download)
cmocka-debugsource-1.1.7-4.oc9.x86_64.rpm (info) (download)
libcmocka-debuginfo-1.1.7-4.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
loongarch64
hw_info.log
state.log
build.log
root.log
installed_pkgs.log
mock_output.log
Changelog * Thu Sep 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.1.7-4 - Rebuilt for clarifying the packages requirement in BaseOS and AppStream * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.1.7-3 - Rebuilt for loongarch release * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.1.7-2 - Rebuilt for OpenCloudOS Stream 23.09 * Wed Aug 02 2023 Shuo Wang <abushwang@tencent.com> - 1.1.7-1 - update to 1.1.7 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.1.5-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.1.5-2 - Rebuilt for OpenCloudOS Stream 23 * Tue Jan 31 2023 Shuo Wang <abushwang@tencent.com> - 1.1.5-1 - initial build