summaryrefslogtreecommitdiffstats
path: root/tests/local.mk
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-03-17 14:32:04 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-03-17 14:32:04 (EDT)
commita99ef42126ff02a752c403450b455095b572c2d9 (patch)
tree00170a2b033f84850ad8bdf4417104ff411f5b11 /tests/local.mk
parent2c6a49ea4ad01b6ebcaf2505bfbd6062ea714e2e (diff)
tests/aux/setup.sh: Make test package under tests build dir
Diffstat (limited to 'tests/local.mk')
-rw-r--r--tests/local.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/local.mk b/tests/local.mk
index f3a5772..ee594be 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -9,7 +9,7 @@ TESTS = \
%reldir%/exe/ob-buildenv.sh
TEST_EXTENSIONS = .sh
SH_LOG_DRIVER = \
- $(SHELL) $(top_srcdir)/tests/aux/setup.sh && \
+ $(SHELL) $(top_srcdir)/tests/aux/setup.sh "$(top_builddir)/tests" && \
AM_TAP_AWK='$(AWK)' \
TOP_SRCDIR="$(top_srcdir)" \
TOP_BUILDDIR="$(top_builddir)" \