From 6398f22526303343193a18e514602f1af6fb29cb Mon Sep 17 00:00:00 2001 From: Nikolai Kondrashov Date: Thu, 4 Sep 2014 14:04:15 +0300 Subject: CI: Add Valgrind suppression support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add an empty Valgrind suppressions file, use it when invoking Valgrind. This prepares for addition of Valgrind suppressions for current false positives and issues that cannot be fixed, preparing for enforcing Valgrind check. Make Valgrind output a suppression for every error and make it output used suppression names and counts at the end of each run. This simplifies discovery and addition of new suppressions and removal of unused ones. Related to https://fedorahosted.org/sssd/ticket/2428 Reviewed-by: Lukáš Slebodník --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b19d69803..86a057229 100644 --- a/Makefile.am +++ b/Makefile.am @@ -342,7 +342,9 @@ dist_noinst_DATA = \ contrib/ci/configure.sh \ contrib/ci/deps.sh \ contrib/ci/distro.sh \ - contrib/ci/misc.sh + contrib/ci/misc.sh \ + contrib/ci/sssd.supp \ + $(NULL) ############################### # Global compilation settings # -- cgit