Fedora 21 Update: cmocka-1.0.1-1.fc21

updates at fedoraproject.org updates at fedoraproject.org
Thu Mar 26 22:01:22 UTC 2015


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2015-3768
2015-03-13 12:38:06
--------------------------------------------------------------------------------

Name        : cmocka
Product     : Fedora 21
Version     : 1.0.1
Release     : 1.fc21
URL         : http://cmocka.org
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.

--------------------------------------------------------------------------------
Update Information:

Update to version 1.0.1
--------------------------------------------------------------------------------
ChangeLog:

* Thu Mar 12 2015 Andreas Schneider <asn at redhat.com> - 1.0.1-1
- Update to version 1.0.1:
  * Added a macro for assert_ptr_equal().
  * Fixed test_realloc() if 0 size is passed.
  * Fixed objects packaging bug.
  * Fixed building with newer gcc versions.
* Mon Feb 16 2015 Andreas Schneider <asn at redhat.com> - 1.0.0-1
- Update to version 1.0.0:
  * Added new test runner with group fixtures. The old runner is deprecated
  * Added an extensible message output formatter
  * Added jUnit XML message output
  * Added subunit message output
  * Added Test Anything Protocol message output
  * Added skip() command
  * Added test_realloc()
  * Added a cmockery compat header
  * Fixed a lot of bugs on Windows
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use
su -c 'yum update cmocka' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list