SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

libcmocka0 rpm build for : Mageia 8. For other distributions click libcmocka0.

Name : libcmocka0
Version : 1.1.5 Vendor : Mageia_Org
Release : 4.mga8 Date : 2020-10-23 12:19:31
Group : Development/C Source RPM : cmocka-1.1.5-4.mga8.src.rpm
Size : 0.07 MB
Packager : akien < akien>
Summary : Lightweight library to simplify and generalize unit tests for C
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.

RPM found in directory: /vol/rzm3/linux-mageia/distrib/8/i586/media/core/release

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  libcmocka0-1.1.5-4.mga8.i586.rpm
     Search for other platforms
libcmocka0-1.1.5-4.mga8.sparc.rpm
libcmocka0-1.1.5-4.mga8.alpha.rpm
libcmocka0-1.1.5-4.mga8.ppc.rpm
libcmocka0-1.1.5-4.mga8.ia64.rpm
libcmocka0-1.1.5-4.mga8.s390.rpm

Provides :
libcmocka.so.0
libcmocka0
libcmocka0(x86-32)

Requires :
ld-linux.so.2
ld-linux.so.2(GLIBC_2.3)
libc.so.6
libc.so.6(GLIBC_2.0)
libc.so.6(GLIBC_2.1)
libc.so.6(GLIBC_2.1.3)
libc.so.6(GLIBC_2.11)
libc.so.6(GLIBC_2.17)
libc.so.6(GLIBC_2.3.4)
libc.so.6(GLIBC_2.4)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/lib/.build-id
/usr/lib/.build-id/43
/usr/lib/.build-id/43/ac0da9c12b6a58d3b69654fbff3259393b6131
/usr/lib/libcmocka.so.0
/usr/lib/libcmocka.so.0.7.0
/usr/share/doc/libcmocka0
/usr/share/doc/libcmocka0/AUTHORS
/usr/share/doc/libcmocka0/COPYING
/usr/share/doc/libcmocka0/ChangeLog
/usr/share/doc/libcmocka0/README.md

 
ICM