mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: emacs-shell-switcher: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-shell-switcher)[arguments]: Add #:test-command.
This commit is contained in:
parent
7bace2e4cb
commit
7548c3850d
1 changed files with 4 additions and 0 deletions
|
@ -9882,6 +9882,10 @@ the speedbar window.")
|
|||
(sha256
|
||||
(base32 "0py95c6i7bffidwkwld1j1h2isyq7psna2kz81jigzz0wi885pjr"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments (list #:test-command
|
||||
#~(list "emacs" "--batch" "-L" "."
|
||||
"-l" "test/rswitcher-tests.el"
|
||||
"-f" "ert-run-tests-batch-and-exit")))
|
||||
(home-page "https://github.com/DamienCassou/shell-switcher")
|
||||
(synopsis "Provide fast switching between shell buffers")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue