mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-12-11 16:54:21 -05:00
7 lines
195 B
Plaintext
7 lines
195 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
|