guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: emacs-evil-nerd-commenter: Enable tests.


From: guix-commits
Subject: 01/06: gnu: emacs-evil-nerd-commenter: Enable tests.
Date: Thu, 26 Sep 2019 00:59:30 -0400 (EDT)

leungbk pushed a commit to branch master
in repository guix.

commit 5d1d7ae413278594707f0735ca447872376883ec
Author: Brian Leung <address@hidden>
Date:   Wed Sep 25 20:55:06 2019 +0200

    gnu: emacs-evil-nerd-commenter: Enable tests.
    
    * gnu/packages/emacs-xyz.scm (emacs-evil-nerd-commenter): Enable tests.
---
 gnu/packages/emacs-xyz.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5606482..f966862 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7112,6 +7112,9 @@ pasting into and from @code{tmux} paste buffers.")
          "1r8shfdddys9vqvrxf7s6z83ydqx9xhqs9sa7klbsajryqcp50b7"))))
     (build-system emacs-build-system)
     (propagated-inputs `(("emacs-evil" ,emacs-evil)))
+    (arguments
+     `(#:tests? #t
+       #:test-command '("make" "test")))
     (home-page "https://github.com/redguardtoo/evil-nerd-commenter";)
     (synopsis "Comment and uncomment lines efficiently")
     (description



reply via email to

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