mirror of https://github.com/xiph/flac
test for existence of test_files/
This commit is contained in:
parent
de7f2ed107
commit
21f692bb25
|
@ -22,6 +22,8 @@ export LD_LIBRARY_PATH
|
|||
PATH=../src/flac:../obj/bin:$PATH
|
||||
BINS_PATH=../../test_files/bins
|
||||
|
||||
test -d ${BINS_PATH} || exit 77
|
||||
|
||||
test_file ()
|
||||
{
|
||||
name=$1
|
||||
|
|
Loading…
Reference in New Issue