diff options
Diffstat (limited to 'dbus/dbus-test.c')
| -rw-r--r-- | dbus/dbus-test.c | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/dbus/dbus-test.c b/dbus/dbus-test.c index 00eb22dc..2fbab5a4 100644 --- a/dbus/dbus-test.c +++ b/dbus/dbus-test.c @@ -105,7 +105,13 @@ dbus_internal_do_not_use_run_tests (const char *test_data_dir)      die ("marshalling");    check_memleaks (); + +  printf ("%s: running memory tests\n", "dbus-test"); +  if (!_dbus_memory_test ()) +    die ("memory"); +  check_memleaks (); +    printf ("%s: running memory pool tests\n", "dbus-test");    if (!_dbus_mem_pool_test ())      die ("memory pools");  | 
