Package cunit: Information

Danger alert: Package removed from sisyphus repository

Removed in the task: #318384
Package removed: Michael Shigorin
Deletion date: April 11, 2023
Message: obsolete
    Source package: cunit
    Version: 0.7.5-alt7
    Build time:  May 15, 2019, 02:16 AM
    Category: Development/C
    Report package bug
    License: LGPL
    Summary: C Unit Tester
    Description: 
    This is a Unit Test framework for 'C'.
    
    The emphasis in this framework is to make test writing as simple as possible.
    As such all the developer needs to do is write test functions, define the
    suite layout and compile the code into a shared object with a name of the form
    libtest_*.so.
    
    The unit test runner finds all libtest_*.so files under the directory it is
    run from, compiles a list of tests defined in the corresponding suites and
    runs all the tests. The output is displayed directly to the console using
    colours for added readability. It shows the progress, results and bottom line.

    List of rpms provided by this srpm:
    cunit (x86_64, ppc64le, i586, aarch64)
    cunit-debuginfo (x86_64, ppc64le, i586, aarch64)

    Maintainer: Vitaly Kuznetsov

    List of contributors:
    Vitaly Kuznetsov
    Alexey Voinov

    Last changed


    April 19, 2011 Vitaly Kuznetsov 0.7.5-alt7
    - fix build
    March 26, 2008 Alexey Voinov 0.7.5-alt6
    - use -fPIC for compiling
    March 25, 2008 Alexey Voinov 0.7.5-alt5
    - don't try strip debug info from header files