broken commit
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 5 Dec 2005 16:39:34 +0000 (16:39 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 5 Dec 2005 16:39:34 +0000 (16:39 +0000)
tests/gobject/Makefile.am

index 75b1dc1..66fc950 100644 (file)
@@ -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))
 
 ########################################################################