From 3ecd389c94305f4dba1b3305555a8e989e9f3e27 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 30 Aug 2016 17:50:49 +1000 Subject: [PATCH] test: add the valgrind test suite output to the distcleanfiles Signed-off-by: Peter Hutterer --- test/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Makefile.am b/test/Makefile.am index 23a4bc81..9e1a7c2f 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -149,6 +149,8 @@ valgrind: check-am check: valgrind +DISTCLEANFILES=test-suite-valgrind.log + endif endif EXTRA_DIST=valgrind.suppressions