gnu: emacs-loop: Enable tests.

* gnu/packages/emacs-xyz.scm (emacs-loop): Enable tests.
This commit is contained in:
Brian Leung 2019-09-22 22:36:20 +02:00
parent 99b63bf820
commit 08a36df874
No known key found for this signature in database
GPG Key ID: 3ADC75F013D678F9
1 changed files with 6 additions and 0 deletions

View File

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