[telepathy-glib/master] tests/Makefile.am: don't valgrind Python, it's doomed to failure

Simon McVittie simon.mcvittie at collabora.co.uk
Thu Dec 3 11:06:52 PST 2009


Python needs a large and specific set of suppressions to deal with odd
memory accesses, and none of our code is in that process anyway.
---
 tests/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index b0ac428..90213bc 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -32,6 +32,7 @@ VALGRIND_TESTS_ENVIRONMENT = \
 
 check-valgrind:
 	$(MAKE) check-TESTS \
+		TESTS='$$(noinst_PROGRAMS)'
 		TESTS_ENVIRONMENT="$(VALGRIND_TESTS_ENVIRONMENT)"
 	$(MAKE) -C dbus check-valgrind
 
-- 
1.5.6.5




More information about the telepathy-commits mailing list