From 72a4156c91fd019b2e105c09708278fcdd321cce Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 1 Jun 2014 18:42:40 +0200 Subject: [PATCH] t/Makefile: Added valgrind.suppress to EXTRA_DIST. --- t/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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@ -- 2.30.2