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

    Исходный пакет: cmocka
    Версия: 1.1.7-alt2
    Последняя версия по данным Repology
    Собран:  8 июня 2023 г. 1:27 в задании #317359
    Сообщить об ошибке в пакете
    Домашняя страница: http://cmocka.org

    Лицензия: Apache-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-пакетом:
    cmocka-doc (noarch)
    libcmocka (x86_64, ppc64le, i586, armh, aarch64)
    libcmocka-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    libcmocka-devel (x86_64, ppc64le, i586, armh, aarch64)

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


    Права:
    Alexey Shabalin
    @everybody

      1. cmake
      2. ctest
      3. glibc-devel
      4. doxygen
      5. rpm-macros-cmake

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


    29 мая 2023 г. Evgeny Sinelnikov 1.1.7-alt2
    - CMake: Set CMOCKA_LIBRARIES in package config for backwards compatibility
    24 марта 2023 г. Evgeny Sinelnikov 1.1.7-alt1
    - Added new assert macros to compare 2 double given an epsilon
    - Added meson build system
    - Added header with version to TAP13 output
    - Fixed TAP output for skipped tests
    - Fixed issue with fail_msg
    - CMake generated configs for find_package(cmocka)
    - Documentation improvements
    6 ноября 2021 г. Alexey Shabalin 1.1.5-alt1
    - new version 1.1.5
    - Split out a cmocka-doc package.
    - Disabled LTO.