mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
tests: Add test running basic perf test
This test runs all of GNOME Shell using the headless backend inside a mocked D-Bus environment. The basic test tests, well, basic things, like the panel menu, the overview, showing the app grid view, as well as going back to the session view. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1349>
This commit is contained in:
parent
4c10608451
commit
bcc4d15fdf
5 changed files with 42 additions and 10 deletions
|
|
@ -1,3 +1,5 @@
|
|||
data_builddir = meson.current_build_dir()
|
||||
|
||||
desktop_files = [
|
||||
'org.gnome.Shell.desktop',
|
||||
'org.gnome.Shell.Extensions.desktop',
|
||||
|
|
@ -134,5 +136,5 @@ endif
|
|||
custom_target('compile-schemas',
|
||||
input: schema,
|
||||
output: 'gschemas.compiled',
|
||||
command: [find_program('glib-compile-schemas'), meson.current_build_dir()],
|
||||
command: [find_program('glib-compile-schemas'), data_builddir],
|
||||
build_by_default: true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue