gnu: emacs-interleave: Fix tests.

* gnu/packages/emacs-xyz.scm (emacs-interleave)[arguments]: Add #:test-command.
[native-inputs]: Add emacs-ecukes.
This commit is contained in:
Liliana Marie Prikler 2025-03-16 15:59:13 +01:00
parent df26be554e
commit 9dda9bb4c9
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -15106,6 +15106,11 @@ package @code{emacs-major-mode-hydra} for a user-friendly interface.")
(sha256
(base32 "0l5b681mrpk12lx5c16m7kc13p29z6zismwg1llsjg7cdmrmsrcb"))))
(build-system emacs-build-system)
(arguments
(list #:test-command
#~(list "emacs" "--no-init-file" "--batch"
"--eval=(require 'ecukes)" "--eval=(ecukes)")))
(native-inputs (list emacs-ecukes))
(home-page "https://github.com/rudolfochrist/interleave")
(synopsis "Emacs minor mode to interleave notes and text books")
(description