1
0
Fork 0

conform: Set harsher environment for running tests

Set the MALLOC_CHECK_ and MALLOC_PERTURB_ environment variables to catch
allocation issues.
This commit is contained in:
Emmanuele Bassi 2012-03-20 16:18:20 +00:00
parent e3cbec48a8
commit 6a502f7104

View file

@ -9,4 +9,4 @@ do
TESTS="$TESTS wrappers/`basename $i`"
done
exec gtester "$@" $TESTS
G_DEBUG=gc-friendly MALLOC_CHECK_=2 MALLOC_PERTURB_=$((${RANDOM:-256} % 256)) gtester "$@" $TESTS