gnuk/ChibiOS_2.0.8/test/coverage
2010-11-30 13:54:43 +09:00
..
board.h import ChibiOS 2.0.8 2010-11-30 13:54:43 +09:00
chconf.h import ChibiOS 2.0.8 2010-11-30 13:54:43 +09:00
halconf.h import ChibiOS 2.0.8 2010-11-30 13:54:43 +09:00
main.c import ChibiOS 2.0.8 2010-11-30 13:54:43 +09:00
Makefile import ChibiOS 2.0.8 2010-11-30 13:54:43 +09:00
readme.txt import ChibiOS 2.0.8 2010-11-30 13:54:43 +09:00

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