summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-test.c
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-08-25 14:56:53 +0000
committerHavoc Pennington <hp@redhat.com>2003-08-25 14:56:53 +0000
commit24f411a6a10e4838f57595720642ce83ceae814c (patch)
tree6653e67fe1c964bd4a81951257c60302009d6871 /dbus/dbus-test.c
parentd0c588575e3e2911eacb098fac26f02d1010cbfd (diff)
2003-08-25 Havoc Pennington <hp@pobox.com>
Just noticed that dbus_message_test is hosed, I wonder when I broke that. I thought make check was passing earlier... * dbus/dbus-object-tree.c: add new "object tree" to match DCOP container tree, will replace most of dbus-object-registry * dbus/dbus-string.c (_dbus_string_append_printf_valist): fix C99 screwup
Diffstat (limited to 'dbus/dbus-test.c')
-rw-r--r--dbus/dbus-test.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/dbus/dbus-test.c b/dbus/dbus-test.c
index 8a99d179..2ab7fc27 100644
--- a/dbus/dbus-test.c
+++ b/dbus/dbus-test.c
@@ -112,6 +112,12 @@ dbus_internal_do_not_use_run_tests (const char *test_data_dir)
check_memleaks ();
+ printf ("%s: running object tree tests\n", "dbus-test");
+ if (!_dbus_object_tree_test ())
+ die ("object tree");
+
+ check_memleaks ();
+
printf ("%s: running object tests\n", "dbus-test");
if (!_dbus_object_test ())
die ("object");