Пакет libcmocka: Информация

    Бинарный пакет: libcmocka
    Версия: 1.1.1-alt1.M80P.1
    Архитектура: x86_64
    Собран:  11 апреля 2017 г. 12:38 в задании #181575
    Исходный пакет: cmocka
    Сообщить об ошибке в пакете
    Домашняя страница: http://cmocka.org

    Лицензия: ASL 2.0
    О пакете: Lightweight library to simplify and generalize unit tests for C
    Описание: 
    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.

    Сопровождающий: Evgeny Sinelnikov

    Список участников:
    Evgeny Sinelnikov
    Alexey Shabalin

    Последнее изменение


    10 апреля 2017 г. Evgeny Sinelnikov 1.1.1-alt1.M80P.1
    - 1.1.1
    - Build package with unified build tag aka ubt macros
    20 апреля 2015 г. Alexey Shabalin 1.0.1-alt1
    - 1.0.1
    11 июня 2014 г. Alexey Shabalin 0.4.1-alt1
    - 0.4.1