From: Matthias Clasen Date: Mon, 5 Dec 2005 16:39:34 +0000 (+0000) Subject: broken commit X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=9948add14289dbc95b0a9a3c0fbc500ba639999d;p=dana%2Fcg-glib.git broken commit --- diff --git a/tests/gobject/Makefile.am b/tests/gobject/Makefile.am index 75b1dc1d..66fc950e 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)) ########################################################################