Metadata-Version: 1.0
Name: evax.bitten.tools
Version: 1.0
Summary: Bitten plugin adding check and lcov support
Home-page: http://www.evax.fr/open-source-software/evax.bitten.tools
Author: Evax Software
Author-email: contact@evax.fr
License: BSD
Description: evax.bitten.tools
        =================
        
        evax.bitten.tools is a Bitten__ plugin adding support for check__ and lcov__
        
        __ http://bitten.edgewall.org
        __ http://check.sourceforge.net
        __ http://ltp.sourceforge.net/coverage/lcov.php
        
        evax.bitten.tools is provided under a BSD-style license.
        
        Installation
        ------------
        
        easy_install evax.bitten.tools
        
        
        Usage
        -----
        
        In order to use the plugin in a build configuration, you must define the plugin namespace as follows::
        
            <build
                (...)
                xmlns:evax="http://www.evax.fr/bitten/tools"
                (...)>
        
        then use it like this::
        
                <step id="tests" description="Automated tests">
                    <c:make file="Makefile" target="check" />
                    <evax:check reports="tests/*_check.xml" />
                    <evax:lcov directory="src" />
                </step>
        
        Please note that the plugin expects check's xml output format.
        
        
        Changelog
        =========
        
        1.0
        -------
        
        - Initial release
        
Keywords: trac,bitten,check,lcov
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Framework :: Trac
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
