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:
@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user