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

    Бинарный пакет: cunit
    Версия: 0.7.5-alt7
    Архитектура: armh
    Собран:  18 марта 2013 г. 6:59
    Исходный пакет: cunit
    Категория: Разработка/C
    Сообщить об ошибке в пакете
    Загрузка: cunit-0.7.5-alt7.armh.rpm
    Домашняя страница: http://www.gethos.net/opensource/cunit

    Лицензия: LGPL
    О пакете: C Unit Tester
    Описание: 
    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.

    Сопровождающий: Vitaly Kuznetsov

    Список участников:
    Vitaly Kuznetsov
    Alexey Voinov

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


    19 апреля 2011 г. Vitaly Kuznetsov 0.7.5-alt7
    - fix build
    26 марта 2008 г. Alexey Voinov 0.7.5-alt6
    - use -fPIC for compiling
    25 марта 2008 г. Alexey Voinov 0.7.5-alt5
    - don't try strip debug info from header files