Package api-sanity-autotest: Information

    Binary package: api-sanity-autotest
    Version: 1.11-alt1
    Architecture: noarch
    Build time:  Jul 27, 2010, 06:17 PM
    Source package: api-sanity-autotest
    Report package bug
    License: GPL/LGPL
    Summary: API Sanity Autotest
    Description: 
    API Sanity Autotest is an automatic generator of basic unit tests for
    shared C/C++ libraries. It helps to quickly generate simple ("sanity" or
    "shallow"-quality) tests for all functions from the target library API
    using their signatures and data type definitions straight from the library
    header files ("Header-Driven Generation"). The quality of generated tests
    allows to check absence of critical errors in simple use cases and can
    be improved by involving of highly reusable specialized types for the
    library. API Sanity Autotest can execute generated tests and detect
    all kinds of emitted signals, early program exits, program hanging and
    specified requirement failures. API Sanity Autotest can be considered
    as a tool for out-of-box low-cost sanity checking of library API or as
    a test development framework for initial generation of templates for
    advanced tests.

    Maintainer: Vitaly Lipatov

    List of contributors:
    Vitaly Lipatov

    Last changed


    July 27, 2010 Vitaly Lipatov 1.11-alt1
    - initial build for ALT Linux Sisyphus