Skip to content

Commit

Permalink
fixed typo README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
deftio committed Aug 11, 2024
1 parent 89860f8 commit be88a6a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,16 +192,18 @@ Finally, it can be in some systems that we can't turn off the audio input sourc
* [University of British Columbia lab on Companding](https://people.ece.ubc.ca/edc/4550.jan2018/lab2.pdf)

### Code Coverage

Code coverage is achieved using gcov from the gcc test suite. To see the code coverage:

```bash
make clean
make
./test-library.out
gcov companders.c
This generates the file lib.c.gcov, which can be viewed in any text editor. Lines with #### have never been run.
```

The line gcov companders.c generates the file companders.c.gcov, which can be viewed in any text editor. Lines marked with #### have never been run.


## Versions

Expand Down

0 comments on commit be88a6a

Please sign in to comment.