summaryrefslogtreecommitdiffstats
path: root/tests/local.mk
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-06-17 23:55:44 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-06-17 23:55:44 (EDT)
commit5c55fc05e0e949a9278701efeee379330e5e3153 (patch)
tree89ae895b73f3d03133cd908606ae66ac471446a4 /tests/local.mk
parent88f2ade9c3d53270e23fdfd08af9c47beed0adde (diff)
opkbuild, tests: Parameterize fakeroot
Diffstat (limited to 'tests/local.mk')
-rw-r--r--tests/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/local.mk b/tests/local.mk
index a138d59..3796ca6 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -30,6 +30,7 @@ SH_LOG_DRIVER = \
SHLD_LIBRARY_PATH="$(abs_top_builddir)/lib" \
OB_BINDIR="$(abs_top_builddir)/src" \
PATH="$(abs_top_builddir)/src:$${PATH}" \
+ FAKEROOT='$(FAKEROOT)' \
$(SHELL) $(top_srcdir)/build-aux/tap-driver.sh
EXTRA_DIST += \
$(TESTS) \