diff options
author | Brian Leung <leungbk@mailfence.com> | 2019-09-24 11:02:36 +0200 |
---|---|---|
committer | Brian Leung <leungbk@mailfence.com> | 2019-09-24 11:03:01 +0200 |
commit | 09b2ae95c800b8da1ecc9e12f79421302a1bde33 (patch) | |
tree | fe5617b7841758ead9d06e9ea4cbea670a07dd54 | |
parent | d9de8fbbab2143e6d576ed379e0b35c6d1955714 (diff) | |
download | patches-09b2ae95c800b8da1ecc9e12f79421302a1bde33.tar patches-09b2ae95c800b8da1ecc9e12f79421302a1bde33.tar.gz |
gnu: emacs-evil-surround: Enable tests.
* gnu/packages/emacs-xyz.scm (emacs-evil-surround): Enable tests.
-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 1a639491ef..ce5ae1ca5a 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -8931,6 +8931,9 @@ pressed simultaneously or a single key quickly pressed twice.") (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 |