default to FLAC__TEST_LEVEL=1

This commit is contained in:
Josh Coalson 2006-11-02 01:38:55 +00:00
parent 9452bfeda6
commit 4ac9fdbcda
2 changed files with 8 additions and 0 deletions

View File

@ -41,6 +41,10 @@ PATH=../src/flac:$PATH
PATH=../obj/$BUILD/bin:$PATH
BINS_PATH=../../test_files/bins
if [ x"$FLAC__TEST_LEVEL" = x ] ; then
FLAC__TEST_LEVEL=1
fi
flac --help 1>/dev/null 2>/dev/null || die "ERROR can't find flac executable"
run_flac ()

View File

@ -35,6 +35,10 @@ PATH=../src/flac:$PATH
PATH=../src/test_streams:$PATH
PATH=../obj/$BUILD/bin:$PATH
if [ x"$FLAC__TEST_LEVEL" = x ] ; then
FLAC__TEST_LEVEL=1
fi
flac --help 1>/dev/null 2>/dev/null || die "ERROR can't find flac executable"
run_flac ()