diff options
author | Brian Leung <leungbk@mailfence.com> | 2019-09-25 20:55:06 +0200 |
---|---|---|
committer | Brian Leung <leungbk@mailfence.com> | 2019-09-26 06:47:33 +0200 |
commit | 5d1d7ae413278594707f0735ca447872376883ec (patch) | |
tree | 438ee265d27fa319a306379bedb98e0393e9abbf /gnu/packages | |
parent | 91af1031e53e85e4200046ae47c38067c3dd7a85 (diff) | |
download | guix-5d1d7ae413278594707f0735ca447872376883ec.tar.gz guix-5d1d7ae413278594707f0735ca447872376883ec.zip |
gnu: emacs-evil-nerd-commenter: Enable tests.
* gnu/packages/emacs-xyz.scm (emacs-evil-nerd-commenter): Enable tests.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 3 |
1 files changed, 3 insertions, 0 deletions
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 |