ChibiOS/test/rt/coverage
gdisirio 0519bcc615 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7477 35acf78f-673a-0410-8e92-d51de3d6d3f4 2014-11-04 13:01:25 +00:00
..
Makefile git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7477 35acf78f-673a-0410-8e92-d51de3d6d3f4 2014-11-04 13:01:25 +00:00
chconf.h git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7477 35acf78f-673a-0410-8e92-d51de3d6d3f4 2014-11-04 13:01:25 +00:00
halconf.h git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7451 35acf78f-673a-0410-8e92-d51de3d6d3f4 2014-11-01 17:27:48 +00:00
main.c git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6704 35acf78f-673a-0410-8e92-d51de3d6d3f4 2014-02-11 13:08:02 +00:00
readme.txt git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6704 35acf78f-673a-0410-8e92-d51de3d6d3f4 2014-02-11 13:08:02 +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