summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-09-11 17:37:49 +0100
committerRalf Habacker <ralf.habacker@freenet.de>2014-09-15 13:33:21 +0200
commit87448fed6f37ab0f036d88ac0d4af2e1bfc59a69 (patch)
tree103689c05d575abfe66f9de0bcf2e066961fa323 /test
parent3765075c5f7c115abd10b0b76df81ae230ffceae (diff)
downloaddbus-87448fed6f37ab0f036d88ac0d4af2e1bfc59a69.tar.gz
Make various system-bus-related things Unix-only
There is no system bus on Windows, and there won't be until/unless it can be secure. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=83583 Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de>
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 5d4701da..1ceb5b68 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -75,12 +75,12 @@ TEST_BINARIES = \
## since they depend on stuff from this directory
TESTS = \
../bus/test-bus$(EXEEXT) \
- ../bus/test-bus-system$(EXEEXT) \
../dbus/test-dbus$(EXEEXT) \
$(NULL)
if DBUS_UNIX
TESTS += ../bus/test-bus-launch-helper$(EXEEXT)
+TESTS += ../bus/test-bus-system$(EXEEXT)
endif
else !DBUS_ENABLE_EMBEDDED_TESTS