summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-test.c
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2006-11-15 03:07:59 +0000
committerHavoc Pennington <hp@redhat.com>2006-11-15 03:07:59 +0000
commitd3204dc446d96876baab9859de132a5a4da675d4 (patch)
tree79fa85ae56fd54ed96f0ef6981e976ad91bf966f /dbus/dbus-test.c
parentdbc061b8123799e9352ab069b4dc1b5ea394587d (diff)
2006-11-14 Havoc Pennington <hp@redhat.com>
* dbus/dbus-misc.c, dbus/dbus-misc.h: Move dbus_get_local_machine_id() to its own file, no substantive changes. There are a couple other things we might want to add that are "misc" so moving out of dbus-connection.[hc] which is big enough already.
Diffstat (limited to 'dbus/dbus-test.c')
-rw-r--r--dbus/dbus-test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/dbus/dbus-test.c b/dbus/dbus-test.c
index 603a5092..9f931783 100644
--- a/dbus/dbus-test.c
+++ b/dbus/dbus-test.c
@@ -115,6 +115,8 @@ dbus_internal_do_not_use_run_tests (const char *test_data_dir, const char *speci
run_test ("sysdeps", specific_test, _dbus_sysdeps_test);
run_test ("data-slot", specific_test, _dbus_data_slot_test);
+
+ run_test ("misc", specific_test, _dbus_misc_test);
run_test ("address", specific_test, _dbus_address_test);