tests: Stop bundling "perf" tests with gnome-shell

Now that scripts are loaded as external modules, there's no reason
anymore for bundling them with the gnome-shell executable. Just
move the scripts into a dedicated folder in tests/ and run them
from there.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2812>
This commit is contained in:
Florian Müllner 2023-06-27 20:27:53 +02:00
parent e4da6a347b
commit e7d290bbfb
7 changed files with 1 additions and 7 deletions

View File

@ -35,12 +35,6 @@
<file>misc/util.js</file>
<file>misc/weather.js</file>
<file>perf/basic.js</file>
<file>perf/closeWithActiveWindows.js</file>
<file>perf/core.js</file>
<file>perf/headlessStart.js</file>
<file>perf/hwtest.js</file>
<file>ui/accessDialog.js</file>
<file>ui/altTab.js</file>
<file>ui/animation.js</file>

View File

@ -72,7 +72,7 @@ foreach shell_test : shell_tests
test_tool,
'--headless',
options,
'@0@/js/perf/@1@.js'.format(meson.project_source_root(), test_name),
'@0@/shell/@1@.js'.format(meson.current_source_dir(), test_name),
],
is_parallel: false,
env: shell_testenv,