mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: kwin: Rewrite skipped tests to be more readable.
* gnu/packages/kde-plasma.scm (kwin)[arguments]: Rewrite skipped tests in custom 'check phase to be easier to read.
This commit is contained in:
parent
1f78148b95
commit
1c7ef72695
1 changed files with 16 additions and 1 deletions
|
@ -1194,7 +1194,22 @@ (define-public kwin
|
|||
(system "Xvfb :1 &")
|
||||
(sleep 5)
|
||||
(invoke "ctest" "-E"
|
||||
"(kwayland-testXdgDecoration|kwin-testLockScreen|kwin-testPointerInput|kwin-testXdgShellWindow|kwin-testXdgShellWindow-waylandonly|kwin-testSceneOpenGLES|kwin-testSceneOpenGLES-waylandonly|kwin-testInputMethod|kwin-testInputMethod-waylandonly|kwin-testNightColor|kwin-testNightColor-waylandonly|kwin-testPlasmaWindow|kwin-testSceneQPainter|kwin-testLibinputDevice)")))))))
|
||||
(string-join
|
||||
(list "kwayland-testXdgDecoration"
|
||||
"kwin-testLockScreen"
|
||||
"kwin-testPointerInput"
|
||||
"kwin-testXdgShellWindow"
|
||||
"kwin-testXdgShellWindow-waylandonly"
|
||||
"kwin-testSceneOpenGLES"
|
||||
"kwin-testSceneOpenGLES-waylandonly"
|
||||
"kwin-testInputMethod"
|
||||
"kwin-testInputMethod-waylandonly"
|
||||
"kwin-testNightColor"
|
||||
"kwin-testNightColor-waylandonly"
|
||||
"kwin-testPlasmaWindow"
|
||||
"kwin-testSceneQPainter"
|
||||
"kwin-testLibinputDevice")
|
||||
"|"))))))))
|
||||
(native-inputs (list extra-cmake-modules
|
||||
dbus
|
||||
kdoctools
|
||||
|
|
Loading…
Reference in a new issue