summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile.am.inc b/tests/Makefile.am.inc
index 0d7d3c8..a59a87a 100644
--- a/tests/Makefile.am.inc
+++ b/tests/Makefile.am.inc
@@ -1,4 +1,7 @@
TESTS_ENVIRONMENT += OT_TESTS_DEBUG=1 \
+ XDG_APP_TRIGGERSDIR=$$(cd $(top_srcdir) && pwd)/triggers \
+ XDG_APP_BWRAP=$$(cd $(top_builddir) && pwd)/bwrap \
+ XDG_APP_DBUSPROXY=$$(cd $(top_builddir) && pwd)/xdg-dbus-proxy \
GI_TYPELIB_PATH=$$(cd $(top_builddir) && pwd) \
LD_LIBRARY_PATH=$$(cd $(top_builddir)/.libs && pwd) \
PATH=$$(cd $(top_builddir) && pwd):$${PATH} \