mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +02:00
gnu: emacs-e2wm: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-e2wm)[arguments]: Add #:test-command.
This commit is contained in:
parent
465257bf3c
commit
35f28c84a2
1 changed files with 6 additions and 1 deletions
|
@ -33196,7 +33196,12 @@ or a window into some windows according to a layout recipe.")
|
|||
"1a1n9b5gw6985qi1dm56vyw8jacx4k3jyl4cadkhj38rz24yiyx8"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-window-layout))
|
||||
(arguments (list #:test-command
|
||||
#~(list "emacs" "--batch" "-L" "."
|
||||
"-l" "test-e2wm-pst-class.el"
|
||||
"-f" "ert-run-tests-batch-and-exit")))
|
||||
(propagated-inputs
|
||||
(list emacs-window-layout))
|
||||
(home-page "https://github.com/kiwanami/emacs-window-manager")
|
||||
(synopsis "Equilibrium Emacs Window Manager")
|
||||
(description "E2WM is a window manager for Emacs. It enables to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue