tests: Use weston-test-desktop-shell by default
Spinning up the full desktop-shell is pointless overhead for most tests, which don't need the full load. Signed-off-by: Daniel Stone <daniels@collabora.com>
This commit is contained in:
parent
c129bda562
commit
d1e8d46595
|
@ -189,7 +189,7 @@ compositor_setup_defaults_(struct compositor_setup *setup,
|
|||
.test_quirks = (struct weston_testsuite_quirks){ },
|
||||
.backend = WESTON_BACKEND_HEADLESS,
|
||||
.renderer = RENDERER_NOOP,
|
||||
.shell = SHELL_DESKTOP,
|
||||
.shell = SHELL_TEST_DESKTOP,
|
||||
.xwayland = false,
|
||||
.width = 320,
|
||||
.height = 240,
|
||||
|
|
|
@ -113,7 +113,7 @@ compositor_setup_defaults_(struct compositor_setup *setup,
|
|||
* The defaults are:
|
||||
* - backend: headless
|
||||
* - renderer: noop
|
||||
* - shell: desktop shell
|
||||
* - shell: test desktop shell
|
||||
* - xwayland: no
|
||||
* - width: 320
|
||||
* - height: 240
|
||||
|
|
Loading…
Reference in New Issue