mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-12-14 12:08:40 +00:00
7 lines
195 B
Plaintext
Executable File
7 lines
195 B
Plaintext
Executable File
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
|