summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-test.c
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-07-09 03:41:00 +0000
committerHavoc Pennington <hp@redhat.com>2003-07-09 03:41:00 +0000
commit824d4a5edfe1fa7222ab5cb49928bf78a675b563 (patch)
tree67e3e45df77fc7fa4277507895cf650ce7f61917 /dbus/dbus-test.c
parentd8abf955f5bff3e83cabd267883039f7a42c98c3 (diff)
2003-07-08 Havoc Pennington <hp@pobox.com>
* dbus/dbus-object.c: implement some of this * dbus/dbus-object-registry.c (_dbus_object_registry_add_and_unlock): fill in the object_id out param (_dbus_object_registry_new): handle OOM
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 220961c7..c3b31107 100644
--- a/dbus/dbus-test.c
+++ b/dbus/dbus-test.c
@@ -111,6 +111,12 @@ dbus_internal_do_not_use_run_tests (const char *test_data_dir)
die ("object registry");
check_memleaks ();
+
+ printf ("%s: running object tests\n", "dbus-test");
+ if (!_dbus_object_test ())
+ die ("object");
+
+ check_memleaks ();
printf ("%s: running marshalling tests\n", "dbus-test");
if (!_dbus_marshal_test ())