My favorites | Sign in
Google
Projects on Google Code Results 1 - 5 of 5
This project aims to produce an api to read data from gcno and gcda files. These files are generated when invoking gcc with the -fprofile-arcs and -ftest-coverage options (the same as --coverage in gcc 4.4.x). The motivation for this api was the lack of integrated code coverage tools for eclipse cdt...
!CoverStory allows you to easily view the code coverage of your unit tests. http://coverstory.googlecode.com/svn/site/images/coverstorydemo.png It has full !AppleScript support, and allows you to export your data as html. http://coverstory.googlecode.com/svn/site/images/coverstoryhtmlexport...
Check which C functions are not covered by the test suite and create a report. Optionally patch those functions to ease creating tests for them. Currently targets CPython's codebase.
This tutorial aims to create a "HelloWorld" project which uses CMake as build system from scratch. The goal of this tutorial is to teach the following: * Source code hierarchy (basic setup); * Building additional shared libraries, executables; * Building optional examples for shared libra...
figleaf is a python source code coverage reporting tool. I've created a fork of it under the GSoC umbrella to add C code coverage to it. This version works with the 2.x series of Python.