gnuk/ChibiOS_2.0.6/test/coverage/readme.txt
2010-11-22 14:53:37 +09:00

7 lines
189 B
Plaintext

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