summaryrefslogtreecommitdiff
path: root/dbus/dbus-test.h
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2017-11-14 17:20:40 +0000
committerSimon McVittie <smcv@collabora.com>2017-11-15 12:12:40 +0000
commitea43f3db48ad1ac01b47a2eab6b4567fbd968c45 (patch)
tree5335c736a1f8f59b3944e60bdbeee2160b543ad6 /dbus/dbus-test.h
parentfc30e312ea98b3765983be03fcb08ae64ee48b2d (diff)
downloaddbus-ea43f3db48ad1ac01b47a2eab6b4567fbd968c45.tar.gz
test-dbus: Produce machine-readable TAP output
See http://testanything.org/ for more information on TAP. Reviewed-by: Philip Withnall <withnall@endlessm.com> Signed-off-by: Simon McVittie <smcv@collabora.com> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=103601
Diffstat (limited to 'dbus/dbus-test.h')
-rw-r--r--dbus/dbus-test.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/dbus/dbus-test.h b/dbus/dbus-test.h
index 71876a10..113aded4 100644
--- a/dbus/dbus-test.h
+++ b/dbus/dbus-test.h
@@ -96,8 +96,9 @@ dbus_bool_t _dbus_object_tree_test (void);
dbus_bool_t _dbus_credentials_test (const char *test_data_dir);
-void dbus_internal_do_not_use_run_tests (const char *test_data_dir,
- const char *specific_test);
+void _dbus_run_tests (const char *test_data_dir,
+ const char *specific_test);
+
dbus_bool_t dbus_internal_do_not_use_try_message_file (const DBusString *filename,
DBusValidity expected_validity);
dbus_bool_t dbus_internal_do_not_use_try_message_data (const DBusString *data,