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

    Исходный пакет: cmocka
    Версия: 1.1.3-alt2
    Собран:  6 апреля 2019 г. 11:47 в задании #226763
    Сообщить об ошибке в пакете
    Домашняя страница: 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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    libcmocka (x86_64, i586, aarch64)
    libcmocka-debuginfo (x86_64, i586, aarch64)
    libcmocka-devel (x86_64, i586, aarch64)

    Сопровождающий: Michael Shigorin

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

      1. cmake
      2. glibc-devel
      3. doxygen
      4. ctest

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


    6 апреля 2019 г. Michael Shigorin 1.1.3-alt2
    - introduce doc knob (on by default)
    21 марта 2019 г. Evgeny Sinelnikov 1.1.3-alt1
    - 1.1.3
    3 декабря 2018 г. Evgeny Sinelnikov 1.1.1-alt2
    - Disable ubt macros due binary package identity changes