aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-03-12 18:05:40 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-03-12 18:05:40 +0800
commit460fd88a38686b49c374830e0c066dee452cec50 (patch)
treef09928389f6e6b05d407411049b8cd6b6f6b0434 /tests
parent53b7ccf3705522992f3283e38caf12285f06d5d5 (diff)
downloadgsoc2013-empathy-460fd88a38686b49c374830e0c066dee452cec50.tar
gsoc2013-empathy-460fd88a38686b49c374830e0c066dee452cec50.tar.gz
gsoc2013-empathy-460fd88a38686b49c374830e0c066dee452cec50.tar.bz2
gsoc2013-empathy-460fd88a38686b49c374830e0c066dee452cec50.tar.lz
gsoc2013-empathy-460fd88a38686b49c374830e0c066dee452cec50.tar.xz
gsoc2013-empathy-460fd88a38686b49c374830e0c066dee452cec50.tar.zst
gsoc2013-empathy-460fd88a38686b49c374830e0c066dee452cec50.zip
add missing config.h in tests
Diffstat (limited to 'tests')
-rw-r--r--tests/empathy-live-search-test.c2
-rw-r--r--tests/empathy-parser-test.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/empathy-live-search-test.c b/tests/empathy-live-search-test.c
index 2f02468d0..6c53f07ad 100644
--- a/tests/empathy-live-search-test.c
+++ b/tests/empathy-live-search-test.c
@@ -1,3 +1,5 @@
+#include "config.h"
+
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
diff --git a/tests/empathy-parser-test.c b/tests/empathy-parser-test.c
index a79a7a287..feef03b51 100644
--- a/tests/empathy-parser-test.c
+++ b/tests/empathy-parser-test.c
@@ -1,3 +1,5 @@
+#include "config.h"
+
#include <stdlib.h>
#include <stdio.h>
#include <string.h>