summaryrefslogtreecommitdiff
path: root/Makefile.decl
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-10-08 12:41:38 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-10-08 19:02:06 -0400
commitb3ead3c998931b11d6d413474bba4866d6afd29d (patch)
treed34e412750ea2280e159f3230862eb8a2bbdcd83 /Makefile.decl
parentd5a1ca8fd751c6f0a28ad3990259976f23954a34 (diff)
downloadglib-b3ead3c998931b11d6d413474bba4866d6afd29d.tar.gz
Pass G_DEBUG=g-gc-friendly when running the tests
Diffstat (limited to 'Makefile.decl')
-rw-r--r--Makefile.decl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.decl b/Makefile.decl
index d84030daa..50cf16953 100644
--- a/Makefile.decl
+++ b/Makefile.decl
@@ -20,7 +20,7 @@ if OS_UNIX
# test-nonrecursive: run tests only in cwd
test-nonrecursive: ${TEST_PROGS}
- @test -z "${TEST_PROGS}" || MALLOC_CHECK_=2 MALLOC_PERTURB_=$$(($${RANDOM:-256} % 256)) ${GTESTER} --verbose ${TEST_PROGS}
+ @test -z "${TEST_PROGS}" || G_DEBUG=gc-friendly MALLOC_CHECK_=2 MALLOC_PERTURB_=$$(($${RANDOM:-256} % 256)) ${GTESTER} --verbose ${TEST_PROGS}
else
test-nonrecursive:
endif