skip to navigation
skip to content

evax.bitten.tools 1.0

Bitten plugin adding check and lcov support

Downloads ↓

evax.bitten.tools

evax.bitten.tools is a Bitten plugin adding support for check and lcov

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
 
File Type Py Version Uploaded on Size # downloads
evax.bitten.tools-1.0-py2.6.egg (md5) Python Egg 2.6 2010-07-27 10KB 757
evax.bitten.tools-1.0.tar.gz (md5) Source 2010-07-27 4KB 390