mirror of https://github.com/xiph/flac
test/common.sh.in : Add top_builddir and top_srcdir variables.
These are needed for running some of the tests when building out of tree.
This commit is contained in:
parent
b903670f21
commit
757ae56140
|
@ -45,6 +45,11 @@ export LD_LIBRARY_PATH
|
|||
|
||||
EXE=@EXEEXT@
|
||||
|
||||
# Needed for bulding out-of-tree where source files are in the $top_srcdir tree
|
||||
# and build products in the $top_builddir tree.
|
||||
top_srcdir=@top_srcdir@
|
||||
top_builddir=@top_builddir@
|
||||
|
||||
# change to 'false' to show all flac/metaflac output (useful for debugging)
|
||||
if true ; then
|
||||
SILENT='--silent'
|
||||
|
|
Loading…
Reference in New Issue