summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2018-01-22 17:52:55 +0000
committerSimon McVittie <smcv@debian.org>2018-01-22 18:35:43 +0000
commitc20597919cd35b513e7a8eb2fa59cb0cec900606 (patch)
tree875d4fa92e6a348376b6293783c8a517e81716d1 /configure.ac
parent449f30a089ce848883fcf2b6aaac742f87aad704 (diff)
Move tests for dbus-gmain to dbus-gmain/tests/
Use dbus-run-session to run the only one that can be used as an automated test right now. Signed-off-by: Simon McVittie <smcv@debian.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2cdee95..bd97d74 100644
--- a/configure.ac
+++ b/configure.ac
@@ -278,6 +278,10 @@ DBUS_GLIB_TOOL_LIBS="$XML_LIBS"
AC_SUBST(DBUS_GLIB_TOOL_CFLAGS)
AC_SUBST(DBUS_GLIB_TOOL_LIBS)
+AC_ARG_VAR([DBUS_RUN_SESSION],
+ [The dbus-run-session tool from dbus 1.8 or later])
+AC_PATH_PROG([DBUS_RUN_SESSION], [dbus-run-session], [dbus-run-session])
+
### gtk-doc Documentation
GTK_DOC_CHECK([1.14], [--flavour no-tmpl])
@@ -297,7 +301,6 @@ test/interfaces/Makefile
test/data/valid-service-files/debug-glib.service
test/data/valid-service-files/debug-echo.service
test/data/valid-service-files/interfaces-test.service
-test/lib/Makefile
tools/Makefile
dbus-glib-1.pc
dbus-glib-1-uninstalled.pc