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 5f51832c..eb2b8787 100644 --- a/dbus/dbus-test.c +++ b/dbus/dbus-test.c @@ -128,6 +128,12 @@ dbus_internal_do_not_use_run_tests (const char *test_data_dir)    _dbus_warn ("recursive marshal tests disabled\n");  #endif +  printf ("%s: running byteswap tests\n", "dbus-test"); +  if (!_dbus_marshal_byteswap_test ()) +    die ("byteswap marshaled data"); + +  check_memleaks (); +      printf ("%s: running memory tests\n", "dbus-test");    if (!_dbus_memory_test ())      die ("memory");  | 
