summaryrefslogtreecommitdiff
path: root/dbus/dbus-gtest.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-06-20 12:28:38 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-11-19 15:35:43 +0000
commitfc3d2bffd9cbac6002c5aa8c6369129e51dfcf6e (patch)
treefbeeed138aa44a0945d063c5301ed2ebd6d12d4b /dbus/dbus-gtest.c
parent2a339b850872094d6ebf3c42c6704105ce96a10d (diff)
downloaddbus-glib-fc3d2bffd9cbac6002c5aa8c6369129e51dfcf6e.tar.gz
Move _dbus_gvalue_utils_test into a separate binary, it only uses public API
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=40711 Reviewed-by: Dan Williams <dcbw@redhat.com>
Diffstat (limited to 'dbus/dbus-gtest.c')
-rw-r--r--dbus/dbus-gtest.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/dbus/dbus-gtest.c b/dbus/dbus-gtest.c
index 59dbe5b..e149277 100644
--- a/dbus/dbus-gtest.c
+++ b/dbus/dbus-gtest.c
@@ -59,10 +59,6 @@ dbus_glib_internal_do_not_use_run_tests (const char *test_data_dir)
g_type_init ();
- printf ("%s: running GValue util tests\n", "dbus-glib-test");
- if (!_dbus_gvalue_utils_test (test_data_dir))
- die ("gvalue utils");
-
printf ("%s: running GValue tests\n", "dbus-glib-test");
if (!_dbus_gvalue_test (test_data_dir))
die ("gvalue utils");