fwknop/test/valgrind_suppressions
Michael Rash 74a4cabb9c [test suite] Added valgrind suppressions for gpgme
Running the test suite with --enable-valgrind resulted in large numbers
of leaks detected in gpgme functions.  This commit adds a valgrind
suppressions file to squash these errors (which are not fwknop's fault),
and also enables the valgrind --child-slient-after-fork option by
default.  Both of these can disable in test suite execution with two
new options: --valgrind-disable-suppressions and
--valgrind-disable-child-silent.
2014-03-27 12:02:30 -04:00

9 lines
72 B
Plaintext

{
gpgme_suppression1
Memcheck:Leak
...
fun:gpgme*
...
}