diff options
Diffstat (limited to '')
-rw-r--r-- | tests/CI/gcov.supp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/CI/gcov.supp b/tests/CI/gcov.supp new file mode 100644 index 0000000..61269dd --- /dev/null +++ b/tests/CI/gcov.supp @@ -0,0 +1,6 @@ +{ + gcc -coverage exceptions + Helgrind:Race + fun:__gcov_merge_add + ... +} |