From 8049c870d19f436e3fda927886e1fb2287081bfe Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Wed, 12 Apr 2017 14:35:25 +0100 Subject: Use valgrind-tests module to run tests under Valgrind Had to patch valgrind-tests.m4 to work around false positive in bash. See https://lists.gnu.org/archive/html/bug-bash/2017-04/msg00038.html Also add a suppressions file for relocatable.c. --- bootstrap.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'bootstrap.conf') diff --git a/bootstrap.conf b/bootstrap.conf index fc296ad..5d327b0 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -52,6 +52,7 @@ gnulib_modules=' snippet/unused-parameter strdup-posix ssize_t + valgrind-tests ' -- cgit v1.2.1