test-tool: Rename perf-tool

The original purpose of the tool was to collect performance data
that would optionally be uploaded to a server in Owen's living
room. While the corresponding scripts are still included (although
the server was probably dismantled years ago), the tool is mainly
used for running gnome-shell with scripted tests nowadays.

Rename the tool to reflect that.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2812>
This commit is contained in:
Florian Müllner
2023-06-27 20:22:28 +02:00
parent bf9b9838c2
commit 9bb003463c
3 changed files with 19 additions and 19 deletions

View File

@ -18,9 +18,9 @@ script_data.set('pkglibdir', pkglibdir)
script_data.set('PYTHON', python.full_path())
script_data.set('VERSION', meson.project_version())
perf_tool = configure_file(
input: 'gnome-shell-perf-tool.in',
output: 'gnome-shell-perf-tool',
test_tool = configure_file(
input: 'gnome-shell-test-tool.in',
output: 'gnome-shell-test-tool',
configuration: script_data,
install_dir: bindir
)