summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/dbus/test-log-manager.c2
-rw-r--r--tests/dbus/test-tpl-log-iter-pidgin.c3
-rw-r--r--tests/dbus/test-tpl-log-iter-xml.c3
-rw-r--r--tests/dbus/test-tpl-log-store-pidgin.c2
-rw-r--r--tests/dbus/test-tpl-log-store-xml.c2
-rw-r--r--tests/dbus/test-tpl-log-walker.c3
-rw-r--r--tests/dbus/test-tpl-observer.c2
-rw-r--r--tests/lib/simple-account-manager.c2
-rw-r--r--tests/lib/simple-account.c2
-rw-r--r--tests/test-tpl-conf.c2
10 files changed, 23 insertions, 0 deletions
diff --git a/tests/dbus/test-log-manager.c b/tests/dbus/test-log-manager.c
index c3a91a6..3137931 100644
--- a/tests/dbus/test-log-manager.c
+++ b/tests/dbus/test-log-manager.c
@@ -1,3 +1,5 @@
+#include "config.h"
+
#include "telepathy-logger/log-manager.c"
#include "lib/util.h"
diff --git a/tests/dbus/test-tpl-log-iter-pidgin.c b/tests/dbus/test-tpl-log-iter-pidgin.c
index e1a96dc..059b32b 100644
--- a/tests/dbus/test-tpl-log-iter-pidgin.c
+++ b/tests/dbus/test-tpl-log-iter-pidgin.c
@@ -1,6 +1,9 @@
+#include "config.h"
+
#include "lib/simple-account.h"
#include "lib/util.h"
+#include "telepathy-logger/debug-internal.h"
#include "telepathy-logger/log-iter-internal.h"
#include "telepathy-logger/log-iter-pidgin-internal.h"
#include "telepathy-logger/log-store-pidgin-internal.h"
diff --git a/tests/dbus/test-tpl-log-iter-xml.c b/tests/dbus/test-tpl-log-iter-xml.c
index 7b966f6..b01a322 100644
--- a/tests/dbus/test-tpl-log-iter-xml.c
+++ b/tests/dbus/test-tpl-log-iter-xml.c
@@ -1,6 +1,9 @@
+#include "config.h"
+
#include "lib/util.h"
#include "telepathy-logger/call-event.h"
+#include "telepathy-logger/debug-internal.h"
#include "telepathy-logger/log-iter-internal.h"
#include "telepathy-logger/log-iter-xml-internal.h"
#include "telepathy-logger/log-store-xml-internal.h"
diff --git a/tests/dbus/test-tpl-log-store-pidgin.c b/tests/dbus/test-tpl-log-store-pidgin.c
index fea3daf..a15a87d 100644
--- a/tests/dbus/test-tpl-log-store-pidgin.c
+++ b/tests/dbus/test-tpl-log-store-pidgin.c
@@ -1,3 +1,5 @@
+#include "config.h"
+
/* FIXME: hugly kludge: we need to include all the declarations which are used
* by the GInterface and thus not in the -internal.h */
#include "telepathy-logger/log-store-pidgin.c"
diff --git a/tests/dbus/test-tpl-log-store-xml.c b/tests/dbus/test-tpl-log-store-xml.c
index 6deceb9..35e3178 100644
--- a/tests/dbus/test-tpl-log-store-xml.c
+++ b/tests/dbus/test-tpl-log-store-xml.c
@@ -1,3 +1,5 @@
+#include "config.h"
+
#include "telepathy-logger/log-store-xml.c"
#include "lib/util.h"
diff --git a/tests/dbus/test-tpl-log-walker.c b/tests/dbus/test-tpl-log-walker.c
index 1ef28dd..b26eb8f 100644
--- a/tests/dbus/test-tpl-log-walker.c
+++ b/tests/dbus/test-tpl-log-walker.c
@@ -1,7 +1,10 @@
+#include "config.h"
+
#include "lib/simple-account.h"
#include "lib/util.h"
#include "telepathy-logger/call-event.h"
+#include "telepathy-logger/debug-internal.h"
#include "telepathy-logger/log-manager.h"
#include "telepathy-logger/text-event.h"
diff --git a/tests/dbus/test-tpl-observer.c b/tests/dbus/test-tpl-observer.c
index aef7ad3..b1c687d 100644
--- a/tests/dbus/test-tpl-observer.c
+++ b/tests/dbus/test-tpl-observer.c
@@ -1,3 +1,5 @@
+#include "config.h"
+
#include <telepathy-logger/observer-internal.h>
int
diff --git a/tests/lib/simple-account-manager.c b/tests/lib/simple-account-manager.c
index e1d1611..33e70f6 100644
--- a/tests/lib/simple-account-manager.c
+++ b/tests/lib/simple-account-manager.c
@@ -9,6 +9,8 @@
* notice and this notice are preserved.
*/
+#include "config.h"
+
#include "simple-account-manager.h"
#include <telepathy-glib/gtypes.h>
diff --git a/tests/lib/simple-account.c b/tests/lib/simple-account.c
index 8b25af2..6761c06 100644
--- a/tests/lib/simple-account.c
+++ b/tests/lib/simple-account.c
@@ -8,6 +8,8 @@
* notice and this notice are preserved.
*/
+#include "config.h"
+
#include "simple-account.h"
#include <telepathy-glib/dbus.h>
diff --git a/tests/test-tpl-conf.c b/tests/test-tpl-conf.c
index 08c00a9..5736356 100644
--- a/tests/test-tpl-conf.c
+++ b/tests/test-tpl-conf.c
@@ -1,3 +1,5 @@
+#include "config.h"
+
#include <telepathy-logger/conf-internal.h>
int