summaryrefslogtreecommitdiffstats
path: root/bus/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'bus/Makefile.am')
-rw-r--r--bus/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/Makefile.am b/bus/Makefile.am
index 5892e33c..d4eae307 100644
--- a/bus/Makefile.am
+++ b/bus/Makefile.am
@@ -138,7 +138,7 @@ bus_test_launch_helper_CPPFLAGS= \
## TESTS
if DBUS_BUILD_TESTS
TESTS_ENVIRONMENT=DBUS_TEST_DATA=$(top_builddir)/test/data DBUS_TEST_HOMEDIR=$(top_builddir)/dbus DBUS_FATAL_WARNINGS=1 DBUS_BLOCK_ON_ABORT=1
-TESTS=bus-test bus-test-launch-helper
+TESTS=bus-test bus-test-system bus-test-launch-helper
else
TESTS=
endif