summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2018-12-24 23:24:58 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2018-12-24 23:24:58 (EST)
commit29a085712a5b7921b478571d7ca7a2960384fe76 (patch)
tree135ad7c886a0d563e46f2b7d94ab9b7301b241fb /Makefile.am
parent67effb5f4c874d47e426d2f56e83f85ebbf7b11d (diff)
Makefile.am: Add SHSOEXT & LIBOPKBUILD_SHSOVERSION to tests env
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f77e1b6..451f2d2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -101,7 +101,10 @@ EXTRA_DIST = \
TEST_EXTENSIONS = .sh
SH_LOG_DRIVER = \
- AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/build-aux/tap-driver.sh
+ AM_TAP_AWK='$(AWK)' \
+ SHSOEXT='$(SHSOEXT)' \
+ LIBOPKBUILD_SHSOVERSION='$(libopkbuild_shsoversion)' \
+ $(SHELL) $(top_srcdir)/build-aux/tap-driver.sh
all-local: $(locale_MESSAGES)