summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-03-18 02:48:06 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-03-18 02:48:06 (EDT)
commit74f2767adf782c8bc339ba76f2d0d3aeaca6b44d (patch)
treef733021ff6fc292f3a6cf6d3af6514df65f3e5d1 /tests
parent0cd65ea194cb807be40e8c139cc6e177726f1fb5 (diff)
tests/local.mk: Fix OB_*_BUILDDIR
Diffstat (limited to 'tests')
-rw-r--r--tests/local.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/local.mk b/tests/local.mk
index c8bbee6..eab8267 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -20,8 +20,8 @@ SH_LOG_DRIVER = \
TOP_BUILDDIR="$(abs_top_builddir)" \
SHSOEXT='$(SHSOEXT)' \
LIBOPKBUILD_SHSOVERSION='$(libopkbuild_shsoversion)' \
- OB_LIB_BUILDDIR="$(abs_top_srcdir)/locale" \
- OB_EXE_BUILDDIR="$(abs_top_srcdir)/locale" \
+ OB_LIB_BUILDDIR="$(abs_top_builddir)/locale" \
+ OB_EXE_BUILDDIR="$(abs_top_builddir)/locale" \
SHLD_LIBRARY_PATH="$(abs_top_builddir)/lib" \
PATH="$(abs_top_builddir)/src:$${PATH}" \
$(SHELL) $(top_srcdir)/build-aux/tap-driver.sh