mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: gwenview: Break disabled tests into a list.
* gnu/packages/kde.scm (gwenview) [arguments]: Refactor check phase to be more readable. Change-Id: I29a06c828adacd25e6d6d734d4b2c0a17d437230
This commit is contained in:
parent
2d613a1e8d
commit
1757b5bc3c
1 changed files with 11 additions and 2 deletions
|
@ -249,9 +249,18 @@ (define-public gwenview
|
|||
(lambda* (#:key tests? #:allow-other-keys)
|
||||
(when tests?
|
||||
(invoke "ctest" "-E"
|
||||
"(placetreemodeltest|historymodeltest|contextmanagertest|urlutilstest)")))))))
|
||||
(string-append
|
||||
"("
|
||||
(string-join '("placetreemodeltest"
|
||||
"historymodeltest"
|
||||
"contextmanagertest"
|
||||
"urlutilstest")
|
||||
"|")
|
||||
")"))))))))
|
||||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools pkg-config))
|
||||
(list extra-cmake-modules
|
||||
kdoctools
|
||||
pkg-config))
|
||||
(inputs
|
||||
(list baloo
|
||||
cfitsio
|
||||
|
|
Loading…
Reference in a new issue