From: Sebastian Harl Date: Sun, 1 Jun 2014 16:42:40 +0000 (+0200) Subject: t/Makefile: Added valgrind.suppress to EXTRA_DIST. X-Git-Tag: sysdb-0.2.0~63 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=72a4156c91fd019b2e105c09708278fcdd321cce t/Makefile: Added valgrind.suppress to EXTRA_DIST. --- diff --git a/t/Makefile.am b/t/Makefile.am index bfeadcf..43d24d9 100644 --- a/t/Makefile.am +++ b/t/Makefile.am @@ -2,7 +2,8 @@ EXTRA_DIST = \ coverage.sh \ integration/simple_config.sh \ integration/simple_query.sh \ - integration/test_lib.sh + integration/test_lib.sh \ + valgrind.suppress # coverage related flags are only set when gcov is enabled AM_CFLAGS = @STRICT_CFLAGS@ @COVERAGE_CFLAGS@