summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2018-12-24 23:44:35 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2018-12-24 23:44:35 (EST)
commiteed4834e28cf9c252886740915c8327dd538366f (patch)
treed7dd4148d5ea9ecc99a155ff27e94cb15a7d7939 /Makefile.am
parenta05dd644a2cfb4c3b0219c24e29916d891b6d628 (diff)
Makefile.am, tests/*.sh: Set and use source and build dir env vars
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 2212cd3..7ccb1ad 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -103,6 +103,8 @@ EXTRA_DIST = \
TEST_EXTENSIONS = .sh
SH_LOG_DRIVER = \
AM_TAP_AWK='$(AWK)' \
+ TOP_SRCDIR="$(top_srcdir)" \
+ TOP_BUILDDIR="$(top_builddir)" \
SHSOEXT='$(SHSOEXT)' \
LIBOPKBUILD_SHSOVERSION='$(libopkbuild_shsoversion)' \
$(SHELL) $(top_srcdir)/build-aux/tap-driver.sh