[polari] build: Remove js78-based tests
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari] build: Remove js78-based tests
- Date: Fri, 18 Feb 2022 03:53:35 +0000 (UTC)
commit 966f365373a29f0a28cb48478d913ffdbaef9427
Author: Florian Müllner <fmuellner gnome org>
Date: Fri Feb 18 03:41:13 2022 +0100
build: Remove js78-based tests
We'll replace them with a script that runs during CI.
Part-of: <https://gitlab.gnome.org/GNOME/polari/-/merge_requests/245>
meson.build | 2 --
src/meson.build | 7 -------
2 files changed, 9 deletions(-)
---
diff --git a/meson.build b/meson.build
index 6ddcfc4e..b1c5b939 100644
--- a/meson.build
+++ b/meson.build
@@ -27,8 +27,6 @@ tpclientdir = join_paths(datadir, 'telepathy', 'clients')
girdir = join_paths(pkgdatadir, 'gir-1.0')
typelibdir = join_paths(pkglibdir, 'girepository-1.0')
-js_shell = find_program('js78', required: false)
-
desktop_file_validate = find_program('desktop-file-validate', required: false)
json_glib_validate = find_program('json-glib-validate', required: false)
appstream_util = find_program('appstream-util', required: false)
diff --git a/src/meson.build b/src/meson.build
index d8ce5c42..9a4015e9 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -34,13 +34,6 @@ js_sources = [
js_xml = []
foreach js_source : js_sources
js_xml += ' <file>@0@</file>'.format(js_source)
-
- if (js_shell.found())
- test('Checking syntax of ' + js_source, js_shell,
- args: ['-e', 'parseModule(read("@0@"))'.format(js_source)],
- workdir: meson.current_source_dir()
- )
- endif
endforeach
resource_data = configuration_data()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]