1
Fork 0
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:
Liliana Marie Prikler 2025-03-23 11:34:47 +01:00
parent 7bace2e4cb
commit 7548c3850d
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -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