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.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/dbus/dbus-test.c b/dbus/dbus-test.c
index df840a7c..d09c5486 100644
--- a/dbus/dbus-test.c
+++ b/dbus/dbus-test.c
@@ -37,7 +37,10 @@ int
main (int argc,
char **argv)
{
-
+ printf ("%s: running marshalling tests\n", argv[0]);
+ if (!_dbus_marshal_test ())
+ die ("marshalling");
+
printf ("%s: running memory pool tests\n", argv[0]);
if (!_dbus_mem_pool_test ())
die ("memory pools");