gnu: emacs-loop: Enable tests.
* gnu/packages/emacs-xyz.scm (emacs-loop): Enable tests.
This commit is contained in:
parent
99b63bf820
commit
08a36df874
|
@ -11993,6 +11993,12 @@ tramp.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1gs95xnmnn8aa4794k7h8mw1sz1nfdh9v0caqj6yvnsdnwy74n5x"))))
|
(base32 "1gs95xnmnn8aa4794k7h8mw1sz1nfdh9v0caqj6yvnsdnwy74n5x"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
|
(native-inputs
|
||||||
|
`(("emacs-ert-runner" ,emacs-ert-runner)
|
||||||
|
("emacs-undercover" ,emacs-undercover)))
|
||||||
|
(arguments
|
||||||
|
`(#:tests? #t
|
||||||
|
#:test-command '("ert-runner")))
|
||||||
(home-page "https://github.com/Wilfred/loop.el")
|
(home-page "https://github.com/Wilfred/loop.el")
|
||||||
(synopsis "Imperative loop structures for Emacs")
|
(synopsis "Imperative loop structures for Emacs")
|
||||||
(description "Loop structures familiar to users of other languages. This
|
(description "Loop structures familiar to users of other languages. This
|
||||||
|
|
Loading…
Reference in New Issue