1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 11:30:44 +02:00

gnu: emacs-back-button: Fix tests.

* gnu/packages/emacs-xyz.scm (emacs-back-button)[arguments]: Add #:test-command.
[native-inputs]: Add emacs-ert-runner.
This commit is contained in:
Liliana Marie Prikler 2025-03-13 20:43:01 +01:00
parent f64542a36e
commit c5e0e534d5
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -44256,6 +44256,8 @@ variations, including non-standard base32 encodings.")
(base32
"0hmn3jlsqgpc602lbcs9wzw0hgr5qpjdcxi2hjlc1cp27ilyscnf"))))
(build-system emacs-build-system)
(arguments (list #:test-command #~(list "ert-runner" "ert-tests")))
(native-inputs (list emacs-ert-runner))
(synopsis "Visual navigation through mark rings in Emacs")
(description "This package provides a way for the user to navigate
through mark rings (in both directions, and globally or locally).")