summaryrefslogtreecommitdiffstats
path: root/bus/Makefile.am
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2007-07-24 13:03:31 +0000
committerRichard Hughes <richard@hughsie.com>2007-07-24 13:03:31 +0000
commit0b5478e49e250a85102ee0bf711609466a9437eb (patch)
tree055722c004824eab52c08f778e6622b4ba840747 /bus/Makefile.am
parenta27883418ada7f7b561ac86cae3507f14b65f85d (diff)
2007-07-24 Richard Hughes <richard@hughsie.com>
* bus/Makefile.am: * bus/test-system.c: (die), (check_memleaks), (test_pre_hook), (test_post_hook), (main): Add back the test-system.c file - not sure now this got ignored in the diff. I blame git.
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