Skip to content

Commit

Permalink
Add HACKING.md
Browse files Browse the repository at this point in the history
Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>
  • Loading branch information
zyga committed Aug 16, 2020
1 parent f17b0aa commit 051c6ff
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions HACKING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Tips

# Checking test coverage

On Linux, configure the build using clang, and use the `make coverage-todo` target to see missing test coverage.

```
./configure CC=clang CXX=clang++ CFLAGS=-Wall
```

0 comments on commit 051c6ff

Please sign in to comment.