mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
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:
committed by
Erik de Castro Lopo
parent
c2417da842
commit
95f0f75477
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user