From 067426385ec77fad7af3367da03a8e992cf2714a Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 7 May 2014 18:55:02 +1000 Subject: [PATCH] test: unconditionally distribute the valgrind suppressions Reported-by: David Herrmann Signed-off-by: Peter Hutterer --- test/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index e076d84..7b195fb 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -2,8 +2,6 @@ if BUILD_TESTS run_tests = test-libevdev test-kernel build_tests = test-compile-pedantic test-link -EXTRA_DIST = - .NOTPARALLEL: noinst_PROGRAMS = $(run_tests) $(build_tests) @@ -64,9 +62,9 @@ valgrind: check: valgrind -EXTRA_DIST += valgrind.suppressions endif +EXTRA_DIST = valgrind.suppressions if GCOV_ENABLED -- 2.7.4