ChibiOS/test/coverage
gdisirio 699601807c Fixed bug 3522301.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.4.x@4150 35acf78f-673a-0410-8e92-d51de3d6d3f4
2012-04-30 09:39:55 +00:00
..
Makefile Fixed bug 3522301. 2012-04-30 09:39:55 +00:00
chconf.h Fixed bug 3510812. 2012-04-01 08:32:30 +00:00
halconf.h Fixed bug 3510812. 2012-04-01 08:32:30 +00:00
main.c Fixed bug 3522301. 2012-04-30 09:39:55 +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