HackRF-Treasure-Chest/Software/portapack-mayhem/firmware/chibios/test/coverage/readme.txt

7 lines
189 B
Plaintext
Raw Normal View History

2022-09-22 18:26:57 +02: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