gnu: emacs-god-mode: Run tests.

* gnu/packages/emacs-xyz.scm (emacs-god-mode)[arguments]: Run tests.
[native-inputs]: Add EMACS-ECUKES.
This commit is contained in:
Nicolas Goaziou 2022-12-22 23:27:24 +01:00
parent 29e2d45b11
commit f4672d9795
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -9082,6 +9082,12 @@ (define-public emacs-god-mode
(base32 (base32
"1njln47w25ix9w0xjv02110ngr8d8ma3w7db0x4xcxhihbl65zly")))) "1njln47w25ix9w0xjv02110ngr8d8ma3w7db0x4xcxhihbl65zly"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments
(list #:tests? #true
#:test-command
#~(list "emacs" "--no-init-file" "--batch"
"--eval=(require 'ecukes)" "--eval=(ecukes)")))
(native-inputs (list emacs-ecukes))
(home-page "https://github.com/emacsorphanage/god-mode") (home-page "https://github.com/emacsorphanage/god-mode")
(synopsis "Minor mode for entering commands without modifier keys") (synopsis "Minor mode for entering commands without modifier keys")
(description (description