gnu: emacs-elfeed: Enable tests. * gnu/packages/emacs.scm (emacs-elfeed)[arguments]: Add a 'check' phase. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
1 files changed, 6 insertions(+), 0 deletions(-) M gnu/packages/emacs.scm
M gnu/packages/emacs.scm => gnu/packages/emacs.scm +6 -0
@@ 3100,6 3100,12 @@ If you want to mark a folder manually as a project just create an empty (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