summaryrefslogtreecommitdiff
path: root/tests/lib
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-02-06 13:55:59 +0100
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-02-06 14:24:53 +0100
commit6d3b611885665f46356623ccb296fe97a8bd8b6a (patch)
tree4f0aae11448532687889896fffb99e516ac6e65b /tests/lib
parent5e2385d21d4c9b4fb268426f2a29cbd301e76e7f (diff)
Add config.h include in all source files
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib/broken-client-types-conn.c3
-rw-r--r--tests/lib/bug-19101-conn.c2
-rw-r--r--tests/lib/bug16307-conn.c3
-rw-r--r--tests/lib/contact-list-manager.c2
-rw-r--r--tests/lib/contacts-conn.c3
-rw-r--r--tests/lib/dbus-tube-chan.c2
-rw-r--r--tests/lib/echo-chan.c2
-rw-r--r--tests/lib/echo-channel-manager-conn.c2
-rw-r--r--tests/lib/echo-cm.c2
-rw-r--r--tests/lib/echo-conn.c2
-rw-r--r--tests/lib/echo-im-manager.c2
-rw-r--r--tests/lib/file-transfer-chan.c2
-rw-r--r--tests/lib/my-conn-proxy.c1
-rw-r--r--tests/lib/params-cm.c2
-rw-r--r--tests/lib/simple-account-manager.c2
-rw-r--r--tests/lib/simple-account.c2
-rw-r--r--tests/lib/simple-channel-dispatch-operation.c2
-rw-r--r--tests/lib/simple-channel-dispatcher.c2
-rw-r--r--tests/lib/simple-channel-manager.c2
-rw-r--r--tests/lib/simple-channel-request.c2
-rw-r--r--tests/lib/simple-client.c2
-rw-r--r--tests/lib/simple-conn.c2
-rw-r--r--tests/lib/simple-manager.c2
-rw-r--r--tests/lib/stream-tube-chan.c2
-rw-r--r--tests/lib/stub-object.c2
-rw-r--r--tests/lib/textchan-group.c2
-rw-r--r--tests/lib/textchan-null.c2
27 files changed, 56 insertions, 0 deletions
diff --git a/tests/lib/broken-client-types-conn.c b/tests/lib/broken-client-types-conn.c
index e4d73f310..c73898c32 100644
--- a/tests/lib/broken-client-types-conn.c
+++ b/tests/lib/broken-client-types-conn.c
@@ -8,6 +8,9 @@
* are permitted in any medium without royalty provided the copyright
* notice and this notice are preserved.
*/
+
+#include "config.h"
+
#include "broken-client-types-conn.h"
#include <telepathy-glib/interfaces.h>
diff --git a/tests/lib/bug-19101-conn.c b/tests/lib/bug-19101-conn.c
index b0ddc44c3..e13b39745 100644
--- a/tests/lib/bug-19101-conn.c
+++ b/tests/lib/bug-19101-conn.c
@@ -9,6 +9,8 @@
* notice and this notice are preserved.
*/
+#include "config.h"
+
#include "bug-19101-conn.h"
#include <telepathy-glib/interfaces.h>
diff --git a/tests/lib/bug16307-conn.c b/tests/lib/bug16307-conn.c
index 94c8368bf..a75c9417f 100644
--- a/tests/lib/bug16307-conn.c
+++ b/tests/lib/bug16307-conn.c
@@ -8,6 +8,9 @@
* are permitted in any medium without royalty provided the copyright
* notice and this notice are preserved.
*/
+
+#include "config.h"
+
#include "bug16307-conn.h"
#include <dbus/dbus-glib.h>
diff --git a/tests/lib/contact-list-manager.c b/tests/lib/contact-list-manager.c
index d5c17eff3..76efc5adc 100644
--- a/tests/lib/contact-list-manager.c
+++ b/tests/lib/contact-list-manager.c
@@ -9,6 +9,8 @@
* notice and this notice are preserved.
*/
+#include "config.h"
+
#include "contact-list-manager.h"
#include <string.h>
diff --git a/tests/lib/contacts-conn.c b/tests/lib/contacts-conn.c
index 8c187ffd1..435c24f55 100644
--- a/tests/lib/contacts-conn.c
+++ b/tests/lib/contacts-conn.c
@@ -8,6 +8,9 @@
* are permitted in any medium without royalty provided the copyright
* notice and this notice are preserved.
*/
+
+#include "config.h"
+
#include "contacts-conn.h"
#include <dbus/dbus-glib.h>
diff --git a/tests/lib/dbus-tube-chan.c b/tests/lib/dbus-tube-chan.c
index 3dae91855..15217a9cd 100644
--- a/tests/lib/dbus-tube-chan.c
+++ b/tests/lib/dbus-tube-chan.c
@@ -8,6 +8,8 @@
* notice and this notice are preserved.
*/
+#include "config.h"
+
#include "dbus-tube-chan.h"
#include <telepathy-glib/telepathy-glib.h>
diff --git a/tests/lib/echo-chan.c b/tests/lib/echo-chan.c
index 45f8428f9..92901b905 100644
--- a/tests/lib/echo-chan.c
+++ b/tests/lib/echo-chan.c
@@ -11,6 +11,8 @@
* notice and this notice are preserved.
*/
+#include "config.h"
+
#include "echo-chan.h"
#include <telepathy-glib/telepathy-glib.h>
diff --git a/tests/lib/echo-channel-manager-conn.c b/tests/lib/echo-channel-manager-conn.c
index 6c141daa6..05a1f6556 100644
--- a/tests/lib/echo-channel-manager-conn.c
+++ b/tests/lib/echo-channel-manager-conn.c
@@ -8,6 +8,8 @@
* notice and this notice are preserved.
*/
+#include "config.h"
+
#include "echo-channel-manager-conn.h"
#include "simple-channel-manager.h"
diff --git a/tests/lib/echo-cm.c b/tests/lib/echo-cm.c
index 3e34769b5..ed18e6b01 100644
--- a/tests/lib/echo-cm.c
+++ b/tests/lib/echo-cm.c
@@ -8,6 +8,8 @@
* notice and this notice are preserved.
*/
+#include "config.h"
+
#include "echo-cm.h"
#include <dbus/dbus-protocol.h>
diff --git a/tests/lib/echo-conn.c b/tests/lib/echo-conn.c
index cea0d0470..a7bbe7ace 100644
--- a/tests/lib/echo-conn.c
+++ b/tests/lib/echo-conn.c
@@ -9,6 +9,8 @@
* notice and this notice are preserved.
*/
+#include "config.h"
+
#include "echo-conn.h"
#include <dbus/dbus-glib.h>
diff --git a/tests/lib/echo-im-manager.c b/tests/lib/echo-im-manager.c
index 62cd5c8b5..23764f79e 100644
--- a/tests/lib/echo-im-manager.c
+++ b/tests/lib/echo-im-manager.c
@@ -11,6 +11,8 @@
* notice and this notice are preserved.
*/
+#include "config.h"
+
#include "echo-im-manager.h"
#include <dbus/dbus-glib.h>
diff --git a/tests/lib/file-transfer-chan.c b/tests/lib/file-transfer-chan.c
index 1d4074239..e2e950d87 100644
--- a/tests/lib/file-transfer-chan.c
+++ b/tests/lib/file-transfer-chan.c
@@ -9,6 +9,8 @@
* notice and this notice are preserved.
*/
+#include "config.h"
+
#include "file-transfer-chan.h"
#include "util.h"
#include "debug.h"
diff --git a/tests/lib/my-conn-proxy.c b/tests/lib/my-conn-proxy.c
index e49cd27b8..208f00449 100644
--- a/tests/lib/my-conn-proxy.c
+++ b/tests/lib/my-conn-proxy.c
@@ -8,6 +8,7 @@
* notice and this notice are preserved.
*/
+#include "config.h"
#include "my-conn-proxy.h"
diff --git a/tests/lib/params-cm.c b/tests/lib/params-cm.c
index 2a615b3b3..bff214c72 100644
--- a/tests/lib/params-cm.c
+++ b/tests/lib/params-cm.c
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "config.h"
+
#include "params-cm.h"
#include <dbus/dbus-glib.h>
diff --git a/tests/lib/simple-account-manager.c b/tests/lib/simple-account-manager.c
index 12adb2662..24996f4de 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 7287df304..28e3ac283 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/lib/simple-channel-dispatch-operation.c b/tests/lib/simple-channel-dispatch-operation.c
index 8588ddfee..de29c88d9 100644
--- a/tests/lib/simple-channel-dispatch-operation.c
+++ b/tests/lib/simple-channel-dispatch-operation.c
@@ -9,6 +9,8 @@
* notice and this notice are preserved.
*/
+#include "config.h"
+
#include "simple-channel-dispatch-operation.h"
#include <telepathy-glib/channel.h>
diff --git a/tests/lib/simple-channel-dispatcher.c b/tests/lib/simple-channel-dispatcher.c
index 22bca4b23..b7fcbf90b 100644
--- a/tests/lib/simple-channel-dispatcher.c
+++ b/tests/lib/simple-channel-dispatcher.c
@@ -8,6 +8,8 @@
* notice and this notice are preserved.
*/
+#include "config.h"
+
#include "simple-channel-dispatcher.h"
#include <telepathy-glib/base-connection.h>
diff --git a/tests/lib/simple-channel-manager.c b/tests/lib/simple-channel-manager.c
index 9e5f43ed2..adae74a46 100644
--- a/tests/lib/simple-channel-manager.c
+++ b/tests/lib/simple-channel-manager.c
@@ -8,6 +8,8 @@
* notice and this notice are preserved.
*/
+#include "config.h"
+
#include <telepathy-glib/channel-manager.h>
#include "simple-channel-manager.h"
diff --git a/tests/lib/simple-channel-request.c b/tests/lib/simple-channel-request.c
index 09220c8c9..fbf134fed 100644
--- a/tests/lib/simple-channel-request.c
+++ b/tests/lib/simple-channel-request.c
@@ -8,6 +8,8 @@
* notice and this notice are preserved.
*/
+#include "config.h"
+
#include "simple-channel-request.h"
#include <telepathy-glib/client.h>
diff --git a/tests/lib/simple-client.c b/tests/lib/simple-client.c
index a9a58b973..8d3778bb3 100644
--- a/tests/lib/simple-client.c
+++ b/tests/lib/simple-client.c
@@ -8,6 +8,8 @@
* notice and this notice are preserved.
*/
+#include "config.h"
+
#include "simple-client.h"
#include <string.h>
diff --git a/tests/lib/simple-conn.c b/tests/lib/simple-conn.c
index f9564352d..c0f6a5d6f 100644
--- a/tests/lib/simple-conn.c
+++ b/tests/lib/simple-conn.c
@@ -9,6 +9,8 @@
* notice and this notice are preserved.
*/
+#include "config.h"
+
#include "simple-conn.h"
#include <string.h>
diff --git a/tests/lib/simple-manager.c b/tests/lib/simple-manager.c
index 27424ca05..a4296028d 100644
--- a/tests/lib/simple-manager.c
+++ b/tests/lib/simple-manager.c
@@ -9,6 +9,8 @@
* notice and this notice are preserved.
*/
+#include "config.h"
+
#include "simple-manager.h"
#include <dbus/dbus-protocol.h>
diff --git a/tests/lib/stream-tube-chan.c b/tests/lib/stream-tube-chan.c
index f8d36a540..5b542c28c 100644
--- a/tests/lib/stream-tube-chan.c
+++ b/tests/lib/stream-tube-chan.c
@@ -10,6 +10,8 @@
#include "config.h"
+#include "config.h"
+
#include "stream-tube-chan.h"
#include "util.h"
diff --git a/tests/lib/stub-object.c b/tests/lib/stub-object.c
index c6ec9d6a1..148287682 100644
--- a/tests/lib/stub-object.c
+++ b/tests/lib/stub-object.c
@@ -1,3 +1,5 @@
+#include "config.h"
+
#include "stub-object.h"
G_DEFINE_TYPE (TpTestsStubObject, tp_tests_stub_object, G_TYPE_OBJECT)
diff --git a/tests/lib/textchan-group.c b/tests/lib/textchan-group.c
index 618b8ca4f..fa31f935e 100644
--- a/tests/lib/textchan-group.c
+++ b/tests/lib/textchan-group.c
@@ -9,6 +9,8 @@
* notice and this notice are preserved.
*/
+#include "config.h"
+
#include "textchan-group.h"
#include <telepathy-glib/base-connection.h>
diff --git a/tests/lib/textchan-null.c b/tests/lib/textchan-null.c
index c41fceb9f..01efb4f6c 100644
--- a/tests/lib/textchan-null.c
+++ b/tests/lib/textchan-null.c
@@ -9,6 +9,8 @@
* notice and this notice are preserved.
*/
+#include "config.h"
+
#include "textchan-null.h"
#include <telepathy-glib/base-connection.h>