summaryrefslogtreecommitdiff
path: root/test/name-test
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus.brinkmann@ruhr-uni-bochum.de>2010-03-19 12:36:49 +0100
committerRalf Habacker <ralf.habacker@freenet.de>2010-03-19 20:11:48 +0100
commitdbecdeabb20e0ce11121819c63373f0afba57c58 (patch)
treed513551d0794c6224406ac7b83a77f1355493fae /test/name-test
parent6663cb5dcf6ef931e17b4104f571c59d411219d2 (diff)
downloaddbus-dbecdeabb20e0ce11121819c63373f0afba57c58.tar.gz
Consistently include <config.h> in all C source files and never in header files.
Diffstat (limited to 'test/name-test')
-rw-r--r--test/name-test/test-ids.c1
-rw-r--r--test/name-test/test-names.c1
-rw-r--r--test/name-test/test-pending-call-dispatch.c1
-rw-r--r--test/name-test/test-pending-call-timeout.c1
-rw-r--r--test/name-test/test-privserver-client.c1
-rw-r--r--test/name-test/test-privserver.c1
-rw-r--r--test/name-test/test-shutdown.c1
-rw-r--r--test/name-test/test-threads-init.c1
8 files changed, 8 insertions, 0 deletions
diff --git a/test/name-test/test-ids.c b/test/name-test/test-ids.c
index f08d4ac9..8f63d044 100644
--- a/test/name-test/test-ids.c
+++ b/test/name-test/test-ids.c
@@ -1,3 +1,4 @@
+#include <config.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/test/name-test/test-names.c b/test/name-test/test-names.c
index b09f3638..daf45360 100644
--- a/test/name-test/test-names.c
+++ b/test/name-test/test-names.c
@@ -1,3 +1,4 @@
+#include <config.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/test/name-test/test-pending-call-dispatch.c b/test/name-test/test-pending-call-dispatch.c
index 54726498..57582d49 100644
--- a/test/name-test/test-pending-call-dispatch.c
+++ b/test/name-test/test-pending-call-dispatch.c
@@ -7,6 +7,7 @@
* and blocking.
**/
+#include <config.h>
#include <dbus/dbus.h>
#include <dbus/dbus-sysdeps.h>
#include <stdio.h>
diff --git a/test/name-test/test-pending-call-timeout.c b/test/name-test/test-pending-call-timeout.c
index 53a0c3a7..381113bd 100644
--- a/test/name-test/test-pending-call-timeout.c
+++ b/test/name-test/test-pending-call-timeout.c
@@ -3,6 +3,7 @@
* specific and infinite timeout.
**/
+#include <config.h>
#include <dbus/dbus.h>
#include <dbus/dbus-sysdeps.h>
#include <stdio.h>
diff --git a/test/name-test/test-privserver-client.c b/test/name-test/test-privserver-client.c
index 5af470ae..d02eea89 100644
--- a/test/name-test/test-privserver-client.c
+++ b/test/name-test/test-privserver-client.c
@@ -1,3 +1,4 @@
+#include <config.h>
#include "../test-utils.h"
static void
diff --git a/test/name-test/test-privserver.c b/test/name-test/test-privserver.c
index c814001c..100e0cf2 100644
--- a/test/name-test/test-privserver.c
+++ b/test/name-test/test-privserver.c
@@ -1,3 +1,4 @@
+#include <config.h>
#include "../test-utils.h"
static void
diff --git a/test/name-test/test-shutdown.c b/test/name-test/test-shutdown.c
index e76c1ea2..526c1cbc 100644
--- a/test/name-test/test-shutdown.c
+++ b/test/name-test/test-shutdown.c
@@ -1,4 +1,5 @@
+#include <config.h>
#include "../test-utils.h"
static DBusLoop *loop;
diff --git a/test/name-test/test-threads-init.c b/test/name-test/test-threads-init.c
index 8cda413c..5e22852a 100644
--- a/test/name-test/test-threads-init.c
+++ b/test/name-test/test-threads-init.c
@@ -2,6 +2,7 @@
* Test to make sure late thread initialization works
*/
+#include <config.h>
#include <dbus/dbus.h>
#include <dbus/dbus-sysdeps.h>
#include <stdio.h>