summaryrefslogtreecommitdiffstats
path: root/glib/dbus-gtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'glib/dbus-gtest.c')
-rw-r--r--glib/dbus-gtest.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/glib/dbus-gtest.c b/glib/dbus-gtest.c
index b853d3ed..48cd13f0 100644
--- a/glib/dbus-gtest.c
+++ b/glib/dbus-gtest.c
@@ -56,6 +56,10 @@ dbus_glib_internal_do_not_use_run_tests (const char *test_data_dir)
else
printf ("No test data!\n");
+ printf ("%s: running utils tests\n", "dbus-glib-test");
+ if (!_dbus_gutils_test (test_data_dir))
+ die ("gutils");
+
printf ("%s: running mainloop integration tests\n", "dbus-glib-test");
if (!_dbus_gmain_test (test_data_dir))
die ("gmain");