X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=test%2Ftest_seeking.sh;h=653c1526993a17a3cd3c0f71160897d2c0e28456;hb=0a2b901e99bc90216303d4c897e1944f5c31f622;hp=df43b43069e36abdcd4de897fbe97a425a69a698;hpb=82b128050e9e58a34baf8aa188077ddeee2d7a1a;p=platform%2Fupstream%2Fflac.git diff --git a/test/test_seeking.sh b/test/test_seeking.sh index df43b43..653c152 100755 --- a/test/test_seeking.sh +++ b/test/test_seeking.sh @@ -1,7 +1,7 @@ #!/bin/sh # FLAC - Free Lossless Audio Codec -# Copyright (C) 2004,2005,2006,2007,2008 Josh Coalson +# Copyright (C) 2004,2005,2006,2007,2008,2009 Josh Coalson # # This file is part the FLAC project. FLAC is comprised of several # components distributed under difference licenses. The codec libraries @@ -30,13 +30,15 @@ else fi LD_LIBRARY_PATH=../src/libFLAC/.libs:$LD_LIBRARY_PATH -LD_LIBRARY_PATH=../obj/$BUILD/lib:$LD_LIBRARY_PATH +LD_LIBRARY_PATH=../objs/$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/metaflac:$PATH PATH=../src/test_seeking:$PATH PATH=../src/test_streams:$PATH -PATH=../obj/$BUILD/bin:$PATH +PATH=../objs/$BUILD/bin:$PATH if [ x"$FLAC__TEST_LEVEL" = x ] ; then FLAC__TEST_LEVEL=1 @@ -103,7 +105,7 @@ tiny_seek_count=100 if [ "$FLAC__TEST_LEVEL" -gt 1 ] ; then small_seek_count=10000 else - small_seek_count=100000 + small_seek_count=100 fi for suffix in '' '-s' ; do