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:
Erik de Castro Lopo 2014-12-21 14:41:59 +11:00
parent b903670f21
commit 757ae56140
1 changed files with 5 additions and 0 deletions

View File

@ -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'