[gnome-builder] build: fix include paths for tests



commit db61002b25b3e4e26d990b3e4e0009b963e182aa
Author: Christian Hergert <chergert redhat com>
Date:   Fri Jun 17 12:33:55 2016 -0700

    build: fix include paths for tests

 tests/test-ide-back-forward-list.c |    2 +-
 tests/test-ide-buffer-manager.c    |    2 +-
 tests/test-ide-buffer.c            |    2 +-
 tests/test-ide-context.c           |    2 +-
 tests/test-ide-indenter.c          |    6 +++---
 tests/test-snippet-parser.c        |    2 +-
 tests/test-vim.c                   |    2 +-
 7 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/tests/test-ide-back-forward-list.c b/tests/test-ide-back-forward-list.c
index f76e172..32084ac 100644
--- a/tests/test-ide-back-forward-list.c
+++ b/tests/test-ide-back-forward-list.c
@@ -20,7 +20,7 @@
 #include <stdlib.h>
 #include <ide.h>
 
-#include "ide-application-tests.h"
+#include "application/ide-application-tests.h"
 
 typedef struct
 {
diff --git a/tests/test-ide-buffer-manager.c b/tests/test-ide-buffer-manager.c
index aaa7412..d2485f9 100644
--- a/tests/test-ide-buffer-manager.c
+++ b/tests/test-ide-buffer-manager.c
@@ -20,7 +20,7 @@
 #include <glib/gstdio.h>
 #include <ide.h>
 
-#include "ide-application-tests.h"
+#include "application/ide-application-tests.h"
 
 static gint   save_count;
 static gint   load_count;
diff --git a/tests/test-ide-buffer.c b/tests/test-ide-buffer.c
index 9b862f6..de7b3f8 100644
--- a/tests/test-ide-buffer.c
+++ b/tests/test-ide-buffer.c
@@ -22,7 +22,7 @@
 #include <glib/gstdio.h>
 #include <ide.h>
 
-#include "ide-application-tests.h"
+#include "application/ide-application-tests.h"
 
 static void
 flags_changed_cb (IdeBuffer *buffer,
diff --git a/tests/test-ide-context.c b/tests/test-ide-context.c
index cc0bdc0..dc25d41 100644
--- a/tests/test-ide-context.c
+++ b/tests/test-ide-context.c
@@ -18,7 +18,7 @@
 
 #include <ide.h>
 
-#include "ide-application-tests.h"
+#include "application/ide-application-tests.h"
 
 static void
 test_new_async_cb1 (GObject      *object,
diff --git a/tests/test-ide-indenter.c b/tests/test-ide-indenter.c
index f4d2654..2c39ad9 100644
--- a/tests/test-ide-indenter.c
+++ b/tests/test-ide-indenter.c
@@ -16,12 +16,12 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <libpeas/peas.h>
 #include <ide.h>
-#include "util/ide-gdk.h"
+#include <libpeas/peas.h>
 #include <string.h>
 
-#include "ide-application-tests.h"
+#include "application/ide-application-tests.h"
+#include "util/ide-gdk.h"
 
 typedef void (*IndentTestFunc) (IdeContext *context,
                                 GtkWidget  *widget);
diff --git a/tests/test-snippet-parser.c b/tests/test-snippet-parser.c
index 400aa60..29a63d0 100644
--- a/tests/test-snippet-parser.c
+++ b/tests/test-snippet-parser.c
@@ -1,7 +1,7 @@
 #include <ide.h>
 #include <stdlib.h>
 
-#include "ide-source-snippet-parser.h"
+#include "snippets/ide-source-snippet-parser.h"
 
 gint
 main (gint   argc,
diff --git a/tests/test-vim.c b/tests/test-vim.c
index 6a1076a..08da0e7 100644
--- a/tests/test-vim.c
+++ b/tests/test-vim.c
@@ -19,7 +19,7 @@
 #include <ide.h>
 #include <string.h>
 
-#include "ide-application-tests.h"
+#include "application/ide-application-tests.h"
 #include "util/ide-gdk.h"
 
 typedef void (*VimTestFunc) (IdeContext *context,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]