Skip to content
Snippets Groups Projects
Unverified Commit 09b2ae95 authored by Brian Leung's avatar Brian Leung
Browse files

gnu: emacs-evil-surround: Enable tests.

* gnu/packages/emacs-xyz.scm (emacs-evil-surround): Enable tests.
parent d9de8fbb
No related branches found
No related tags found
No related merge requests found
......@@ -8931,6 +8931,9 @@ (define-public emacs-evil-surround
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-evil" ,emacs-evil)))
(arguments
`(#:tests? #t
#:test-command '("make" "test")))
(home-page "https://github.com/emacs-evil/evil-surround")
(synopsis "Easily modify surrounding parentheses and quotes")
(description "@code{emacs-evil-surround} allows easy deletion, change and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment