[gnome-builder] tests: fix required deps for tests



commit b690ae5e40839021a371a0580eeff9ad28039fbd
Author: Christian Hergert <chergert redhat com>
Date:   Sun Feb 4 22:43:54 2018 -0800

    tests: fix required deps for tests

 src/tests/test-ide-buffer-manager.c | 2 +-
 src/tests/test-ide-buffer.c         | 2 +-
 src/tests/test-ide-context.c        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/tests/test-ide-buffer-manager.c b/src/tests/test-ide-buffer-manager.c
index 8a1f13750..df418cdb4 100644
--- a/src/tests/test-ide-buffer-manager.c
+++ b/src/tests/test-ide-buffer-manager.c
@@ -171,7 +171,7 @@ gint
 main (gint   argc,
       gchar *argv[])
 {
-  static const gchar *required_plugins[] = { "autotools-plugin", "directory-plugin", NULL };
+  static const gchar *required_plugins[] = { "autotools-plugin", "buildconfig", "directory-plugin", NULL };
   IdeApplication *app;
   gint ret;
 
diff --git a/src/tests/test-ide-buffer.c b/src/tests/test-ide-buffer.c
index 2b1823cd1..632b88886 100644
--- a/src/tests/test-ide-buffer.c
+++ b/src/tests/test-ide-buffer.c
@@ -103,7 +103,7 @@ gint
 main (gint   argc,
       gchar *argv[])
 {
-  static const gchar *required_plugins[] = { "autotools-plugin", "directory-plugin", NULL };
+  static const gchar *required_plugins[] = { "autotools-plugin", "buildconfig", "directory-plugin", NULL };
   IdeApplication *app;
   gint ret;
 
diff --git a/src/tests/test-ide-context.c b/src/tests/test-ide-context.c
index 153e87d16..200497396 100644
--- a/src/tests/test-ide-context.c
+++ b/src/tests/test-ide-context.c
@@ -105,7 +105,7 @@ gint
 main (gint   argc,
       gchar *argv[])
 {
-  static const gchar *required_plugins[] = { "autotools-plugin", "directory-plugin", NULL };
+  static const gchar *required_plugins[] = { "autotools-plugin", "buildconfig", "directory-plugin", NULL };
   g_autoptr(IdeApplication) app = NULL;
 
   g_test_init (&argc, &argv, NULL);


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