diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-05-17 18:44:37 +0200 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-05-28 22:43:44 +0200 |
commit | 2b0c34c8d13ab4a899a722ae272a366bf6051168 (patch) | |
tree | a38de48cf86b8e9c012b116f18d75f44c8438eea /src/development/README.md | |
parent | e526873c5277ad28f7efb24d949240f07a95dd43 (diff) | |
download | notes-2b0c34c8d13ab4a899a722ae272a366bf6051168.tar.gz notes-2b0c34c8d13ab4a899a722ae272a366bf6051168.zip |
gcov: example to generate coverage
Diffstat (limited to 'src/development/README.md')
-rw-r--r-- | src/development/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/development/README.md b/src/development/README.md index bbd27a2..dfea5cd 100644 --- a/src/development/README.md +++ b/src/development/README.md @@ -8,3 +8,4 @@ - [ld.so](./ld.so.md) - [symbol versioning](./symbolver.md) - [python](./python.md) +- [gcov](./gcov.md) |