From a0e7d411c11c41f81321b463c53722e746334012 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 7 Oct 2016 23:12:29 +0100 Subject: [PATCH] Distribute valgrind suppressions in tarballs Signed-off-by: Simon McVittie Closes: #557 Approved by: cgwalters --- Makefile-tests.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile-tests.am b/Makefile-tests.am index 3cfb1e02..55381234 100644 --- a/Makefile-tests.am +++ b/Makefile-tests.am @@ -22,6 +22,8 @@ include $(top_srcdir)/buildutil/glib-tap.mk EXTRA_DIST += \ buildutil/tap-driver.sh \ buildutil/tap-test \ + tests/glib.supp \ + tests/ostree.supp \ $(NULL) # We should probably consider flipping the default for DEBUG. Also,