ChibiOS/test/coverage
gdisirio 79075f9e81 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1755 35acf78f-673a-0410-8e92-d51de3d6d3f4 2010-03-19 12:48:54 +00:00
..
Makefile Fixed bug 2921120. 2009-12-25 16:15:08 +00:00
board.h Updated license dates. 2010-02-21 07:24:53 +00:00
chconf.h git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1755 35acf78f-673a-0410-8e92-d51de3d6d3f4 2010-03-19 12:48:54 +00:00
halconf.h Updated license dates. 2010-02-21 07:24:53 +00:00
main.c Updated license dates. 2010-02-21 07:24:53 +00:00
readme.txt Added code coverage tool. 2009-04-11 12:59:15 +00:00

readme.txt

In order to compute the code coverage:

- Build the test application: make
- Run the test suite:         ch
- Compute the code coverage:  make gcov
- Clear everything:           make clean