guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: emacs-elfeed: Enable tests.


From: Kei Kebreau
Subject: 01/01: gnu: emacs-elfeed: Enable tests.
Date: Sun, 2 Apr 2017 23:10:20 -0400 (EDT)

kkebreau pushed a commit to branch master
in repository guix.

commit 568f977f9c4c2edd0f29b7627b315b716eda9c15
Author: Arun Isaac <address@hidden>
Date:   Mon Apr 3 00:50:57 2017 +0530

    gnu: emacs-elfeed: Enable tests.
    
    * gnu/packages/emacs.scm (emacs-elfeed)[arguments]: Add a 'check' phase.
    
    Signed-off-by: Kei Kebreau <address@hidden>
---
 gnu/packages/emacs.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index d1267d4..3db31f2 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]