From b211d8488511f571495a45160635a73cc20dec58 Mon Sep 17 00:00:00 2001 From: Radoslaw Jablonski Date: Tue, 8 May 2018 15:09:50 +0100 Subject: [PATCH] virt: Add valgrind.suppress to EXTRA_DIST Previosusly newly added valgrind.suppress file was missing during collectd archive creation using 'make dist-gzip' target. Virt unit tests were failing on debian wheezy platform without that file (because of unfiltered libnl v1 leaks). Change-Id: I49543f883dd6dbeaef439c602b2f05ac0e977053 Signed-off-by: Radoslaw Jablonski --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 2e8ad507..257b88ba 100644 --- a/Makefile.am +++ b/Makefile.am @@ -61,6 +61,7 @@ EXTRA_DIST = \ src/types.db \ src/types.db.pod \ src/valgrind.FreeBSD.suppress \ + src/valgrind.suppress \ testwrapper.sh \ version-gen.sh -- 2.11.0