summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2021-11-11 06:22:34 +0000
committerDaiki Ueno <ueno@gnu.org>2021-11-11 06:22:34 +0000
commitce730c61808c38f318297835d7a3f159a202b820 (patch)
tree739f2dd871c62b5387211dabc96a22678bec9fec /tests/Makefile.am
parent33988a11e36705e7f376b7fa6747ad06aa673890 (diff)
parent606ed730ad6d6377ba1b8fad81a4c55f3eb40528 (diff)
downloadgnutls-ce730c61808c38f318297835d7a3f159a202b820.tar.gz
Merge branch 'abs-top-builddir-fix' into 'master'
tests: pass $abs_top_builddir more consistently See merge request gnutls/gnutls!1484
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index e830291aa5..14427d67db 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -598,6 +598,7 @@ TESTS_ENVIRONMENT += \
GNUTLS_TEST_SUITE_RUN=1 \
builddir="$(builddir)" \
top_builddir="$(top_builddir)" \
+ abs_top_builddir="$(abs_top_builddir)" \
libdir="$(libdir)" \
srcdir="$(srcdir)"