From 757ae5614050cf9fd5fda48c1abbfacef78b7e9c Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Sun, 21 Dec 2014 14:41:59 +1100 Subject: [PATCH] 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. --- test/common.sh.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/common.sh.in b/test/common.sh.in index ffe62178..690dab0a 100644 --- a/test/common.sh.in +++ b/test/common.sh.in @@ -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'