summaryrefslogtreecommitdiff
path: root/tests/lib/debug.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-26 12:30:47 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-26 16:02:49 +0200
commitb2a2aeae630cc8ee049734620d8d1117b1079874 (patch)
tree04e0053cfe0fb32f0d431e4630de7fdc39a198cb /tests/lib/debug.h
parented6f9a63e2a7733472f88d673e01e52ba25c34b0 (diff)
downloadtelepathy-logger-b2a2aeae630cc8ee049734620d8d1117b1079874.tar.gz
tests/lib: sync with tp-glib master
Adds a few new files used by the new version of the files we are using. https://bugs.freedesktop.org/show_bug.cgi?id=69846
Diffstat (limited to 'tests/lib/debug.h')
-rw-r--r--tests/lib/debug.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/lib/debug.h b/tests/lib/debug.h
new file mode 100644
index 0000000..60e070b
--- /dev/null
+++ b/tests/lib/debug.h
@@ -0,0 +1,3 @@
+#undef DEBUG
+#define DEBUG(format, ...) \
+ g_debug ("%s: " format, G_STRFUNC, ##__VA_ARGS__)