gnuk/ChibiOS_2.0.6/test/coverage
2010-11-22 14:53:37 +09:00
..
board.h Imported ChibiOS/RT 2.0.6. 2010-11-22 14:53:37 +09:00
chconf.h Imported ChibiOS/RT 2.0.6. 2010-11-22 14:53:37 +09:00
halconf.h Imported ChibiOS/RT 2.0.6. 2010-11-22 14:53:37 +09:00
main.c Imported ChibiOS/RT 2.0.6. 2010-11-22 14:53:37 +09:00
Makefile Imported ChibiOS/RT 2.0.6. 2010-11-22 14:53:37 +09:00
readme.txt Imported ChibiOS/RT 2.0.6. 2010-11-22 14:53:37 +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