[gnome-builder/wip/gtk4-port] tests: remove some dead tests
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/gtk4-port] tests: remove some dead tests
- Date: Tue, 29 Mar 2022 10:35:48 +0000 (UTC)
commit 8cf7e3f08d5eaf1cd46a137f3944a51823167484
Author: Christian Hergert <chergert redhat com>
Date: Tue Mar 29 03:30:45 2022 -0700
tests: remove some dead tests
These are handled in GtkSourceView now.
src/tests/meson.build | 14 --------
src/tests/test-completion-fuzzy.c | 70 --------------------------------------
src/tests/test-snippet-parser.c | 71 ---------------------------------------
3 files changed, 155 deletions(-)
---
diff --git a/src/tests/meson.build b/src/tests/meson.build
index ad23b8890..382e7e39b 100644
--- a/src/tests/meson.build
+++ b/src/tests/meson.build
@@ -42,13 +42,6 @@ test_libide_io = executable('test-libide-io', 'test-libide-io.c',
test('test-libide-io', test_libide_io, env: test_env)
-test_snippet_parser = executable('test-snippet-parser', 'test-snippet-parser.c',
- c_args: test_cflags,
- dependencies: [ libide_sourceview_dep ],
-)
-test('test-snippet-parser', test_snippet_parser, env: test_env)
-
-
test_line_reader = executable('test-line-reader', 'test-line-reader.c',
c_args: test_cflags,
dependencies: [ libide_io_dep ],
@@ -103,10 +96,3 @@ test_compile_commands = executable('test-compile-commands', 'test-compile-comman
dependencies: [ libide_foundry_dep ],
)
test('test-compile-commands', test_compile_commands, env: test_env)
-
-
-test_completion_fuzzy = executable('test-completion-fuzzy', 'test-completion-fuzzy.c',
- c_args: test_cflags,
- dependencies: [ libide_sourceview_dep ],
-)
-test('test-completion-fuzzy', test_completion_fuzzy, env: test_env)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]