Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Pass G_DEBUG=g-gc-friendly when running the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Clasen committed Oct 8, 2011
1 parent d5a1ca8 commit b3ead3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.decl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3ead3c

Please sign in to comment.