export MALLOC_PERTURB_ and MALLOC_CHECK_ in test suite

That enables an special implementation that checks
for common memory errors and will save us from a lot pain.
This commit is contained in:
Cristian Rodríguez
2012-04-17 22:12:45 -03:00
committed by Erik de Castro Lopo
parent c2417da842
commit 95f0f75477
8 changed files with 17 additions and 0 deletions

View File

@@ -31,6 +31,8 @@ fi
LD_LIBRARY_PATH=../obj/$BUILD/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
export MALLOC_CHECK_=3
export MALLOC_PERTURB_=$(($RANDOM % 255 + 1))
PATH=../src/flac:$PATH
PATH=../src/test_streams:$PATH
PATH=../obj/$BUILD/bin:$PATH