summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dbus-test.c')
-rw-r--r--dbus/dbus-test.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/dbus/dbus-test.c b/dbus/dbus-test.c
index 095675b3..2866e084 100644
--- a/dbus/dbus-test.c
+++ b/dbus/dbus-test.c
@@ -44,6 +44,10 @@ main (int argc,
printf ("%s: running marshalling tests\n", argv[0]);
if (!_dbus_marshal_test ())
die ("marshalling");
+
+ printf ("%s: running message tests\n", argv[0]);
+ if (!_dbus_message_test ())
+ die ("messages");
printf ("%s: running memory pool tests\n", argv[0]);
if (!_dbus_mem_pool_test ())