ChibiOS/test/rt/coverage
Giovanni Di Sirio 4487f919ec Fixed a wrong comment in chconf.h.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7740 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-03-09 11:16:46 +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 Fixed a wrong comment in chconf.h. 2015-03-09 11:16:46 +00:00
halconf.h git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7622 35acf78f-673a-0410-8e92-d51de3d6d3f4 2015-01-11 13:56:55 +00:00
main.c git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7622 35acf78f-673a-0410-8e92-d51de3d6d3f4 2015-01-11 13:56:55 +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