Run shell agnostic tests on all shells
And not just the default one. Change-Id: I6debbda9ae249f5f9df914901dc60722253b7d09 Reviewed-by: Pier Luigi Fiorini <pierluigi.fiorini@liri.io>
This commit is contained in:
parent
e6c84abc55
commit
bfb8f07065
@ -2,3 +2,5 @@ include (../shared/shared.pri)
|
||||
|
||||
TARGET = tst_client
|
||||
SOURCES += tst_client.cpp
|
||||
|
||||
check.commands = $(TESTRUNNER) $${PWD}/run-with-all-shells.sh $(TESTARGS)
|
||||
|
6
tests/auto/wayland/client/run-with-all-shells.sh
Executable file
6
tests/auto/wayland/client/run-with-all-shells.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
set -ex
|
||||
$@
|
||||
env QT_WAYLAND_SHELL_INTEGRATION=wl-shell $@
|
||||
env QT_WAYLAND_SHELL_INTEGRATION=ivi-shell $@
|
||||
env QT_WAYLAND_SHELL_INTEGRATION=xdg-shell-v6 $@
|
Loading…
x
Reference in New Issue
Block a user