Pass G_DEBUG=g-gc-friendly when running the tests

This commit is contained in:
Matthias Clasen 2011-10-08 12:41:38 -04:00
parent d5a1ca8fd7
commit b3ead3c998

View File

@ -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