summaryrefslogtreecommitdiff
path: root/tests/gobject
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2005-12-05 16:39:34 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-12-05 16:39:34 +0000
commit9948add14289dbc95b0a9a3c0fbc500ba639999d (patch)
treeec6798b5bf42ca5016f01b9eb280ab4af69f86d1 /tests/gobject
parent81f0bb11a95f1ddc8c5238ff4e6a8ee428fdf19c (diff)
downloadglib-9948add14289dbc95b0a9a3c0fbc500ba639999d.tar.gz
broken commit
Diffstat (limited to 'tests/gobject')
-rw-r--r--tests/gobject/Makefile.am4
1 files changed, 3 insertions, 1 deletions
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))
########################################################################