Package i586-libcmocka: Information

    Binary package: i586-libcmocka
    Version: 1.0.1-alt0.M70C.1
    Architecture: x86_64-i586
    Build time:  Oct 23, 2015, 04:46 PM
    Category: System/Libraries
    Report package bug
    Home page: http://cmocka.org

    License: ASL 2.0
    Summary: Lightweight library to simplify and generalize unit tests for C
    Description: 
    [This package was automatically repackaged from i586.]
    
    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.



    Last changed


    Oct. 23, 2015 Anton V. Boyarshinov 1.0.1-alt0.M70C.1
    - backport to c7
    April 20, 2015 Alexey Shabalin 1.0.1-alt1
    - 1.0.1
    June 11, 2014 Alexey Shabalin 0.4.1-alt1
    - 0.4.1