summaryrefslogtreecommitdiffstats
path: root/tests/common.sh.in
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-01-11 16:58:49 +0000
committerLudovic Courtès <ludo@gnu.org>2012-01-11 16:58:49 +0000
commit6245f0d5298f613c39f999fd68bf21aee8d72945 (patch)
tree73eef81ffd3a801fa333e15dac227885b9745a16 /tests/common.sh.in
parentc5d9ccd810e3d4c791a912767c4463f4bb44d52e (diff)
tests: Run `download-using-manifests' via libtool so that dlopening works.
Diffstat (limited to 'tests/common.sh.in')
-rw-r--r--tests/common.sh.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/common.sh.in b/tests/common.sh.in
index 7504dc059..5619580a7 100644
--- a/tests/common.sh.in
+++ b/tests/common.sh.in
@@ -1,5 +1,8 @@
set -e
+export top_srcdir="@abs_top_srcdir@"
+export top_builddir="@abs_top_builddir@"
+
export TOP=$(pwd)/..
export TEST_ROOT=$(pwd)/test-tmp