From 9948add14289dbc95b0a9a3c0fbc500ba639999d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 5 Dec 2005 16:39:34 +0000 Subject: [PATCH] broken commit --- tests/gobject/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/gobject/Makefile.am b/tests/gobject/Makefile.am index 75b1dc1d4..66fc950e5 100644 --- a/tests/gobject/Makefile.am +++ b/tests/gobject/Makefile.am @@ -60,7 +60,9 @@ check_PROGRAMS = $(test_programs) TESTS = $(test_programs) TESTS_ENVIRONMENT = srcdir=$(srcdir) \ - LIBCHARSET_ALIAS_DIR=$(top_builddir)/glib/libcharset + LIBCHARSET_ALIAS_DIR=$(top_builddir)/glib/libcharset \ + MALLOC_CHECK_=2 \ + MALLOC_PERTURB_=$$(($$RANDOM % 256)) ########################################################################