gnu: emacs-elfeed: Enable tests.

* gnu/packages/emacs.scm (emacs-elfeed)[arguments]: Add a 'check' phase.

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
This commit is contained in:
Arun Isaac 2017-04-03 00:50:57 +05:30 committed by Kei Kebreau
parent b53fa16f9c
commit 568f977f9c
No known key found for this signature in database
GPG key ID: E6A5EE3C19467A0D

View file

@ -3100,6 +3100,12 @@ (define-public emacs-elfeed
(base32
"145glas04zd0s2rmnif46vhyijs4z03v871gfp1dcrwxvvvns8ap"))))
(build-system emacs-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
(add-before 'install 'check
(lambda _
(zero? (system* "make" "test")))))))
(home-page "https://github.com/skeeto/elfeed")
(synopsis "Atom/RSS feed reader for Emacs")
(description