From 5d1d7ae413278594707f0735ca447872376883ec Mon Sep 17 00:00:00 2001 From: Brian Leung Date: Wed, 25 Sep 2019 20:55:06 +0200 Subject: 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(+) (limited to 'gnu') diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 5606482c96..f966862821 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 -- cgit v1.2.3