[gnome-builder/wip/gtk4-port] libide/foundry: remove test provider interface



commit 13df05f8ca66440d0999d1401b2265f3ebdbea43
Author: Christian Hergert <chergert redhat com>
Date:   Wed Jun 29 10:39:54 2022 -0700

    libide/foundry: remove test provider interface
    
    This is handled with run commands using IDE_RUN_COMMAND_KIND_TEST now.

 src/libide/foundry/ide-test-manager.c  |   5 +-
 src/libide/foundry/ide-test-private.h  |  43 -----
 src/libide/foundry/ide-test-provider.c | 342 ---------------------------------
 src/libide/foundry/ide-test-provider.h |  86 ---------
 src/libide/foundry/libide-foundry.h    |   1 -
 src/libide/foundry/meson.build         |   2 -
 6 files changed, 2 insertions(+), 477 deletions(-)
---
diff --git a/src/libide/foundry/ide-test-manager.c b/src/libide/foundry/ide-test-manager.c
index b34485a82..0ed2ab2e6 100644
--- a/src/libide/foundry/ide-test-manager.c
+++ b/src/libide/foundry/ide-test-manager.c
@@ -29,13 +29,12 @@
 #include <libide-threading.h>
 
 #include "ide-build-manager.h"
-#include "ide-pipeline.h"
 #include "ide-foundry-compat.h"
+#include "ide-pipeline.h"
 #include "ide-run-command.h"
 #include "ide-run-manager.h"
+#include "ide-test.h"
 #include "ide-test-manager.h"
-#include "ide-test-private.h"
-#include "ide-test-provider.h"
 
 #define MAX_UNIT_TESTS 4
 
diff --git a/src/libide/foundry/libide-foundry.h b/src/libide/foundry/libide-foundry.h
index ec1e11a20..af98a548e 100644
--- a/src/libide/foundry/libide-foundry.h
+++ b/src/libide/foundry/libide-foundry.h
@@ -68,7 +68,6 @@ G_BEGIN_DECLS
 #include "ide-simple-build-target.h"
 #include "ide-simple-toolchain.h"
 #include "ide-test-manager.h"
-#include "ide-test-provider.h"
 #include "ide-test.h"
 #include "ide-toolchain-manager.h"
 #include "ide-toolchain-provider.h"
diff --git a/src/libide/foundry/meson.build b/src/libide/foundry/meson.build
index 5cd0d9246..8c3430f1f 100644
--- a/src/libide/foundry/meson.build
+++ b/src/libide/foundry/meson.build
@@ -54,7 +54,6 @@ libide_foundry_public_headers = [
   'ide-simple-toolchain.h',
   'ide-test.h',
   'ide-test-manager.h',
-  'ide-test-provider.h',
   'ide-toolchain-manager.h',
   'ide-toolchain-provider.h',
   'ide-toolchain.h',
@@ -134,7 +133,6 @@ libide_foundry_public_sources = [
   'ide-simple-build-target.c',
   'ide-simple-toolchain.c',
   'ide-test-manager.c',
-  'ide-test-provider.c',
   'ide-test.c',
   'ide-toolchain-manager.c',
   'ide-toolchain-provider.c',


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