guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: emacs-evil-surround: Enable tests.


From: guix-commits
Subject: 01/01: gnu: emacs-evil-surround: Enable tests.
Date: Tue, 24 Sep 2019 05:03:17 -0400 (EDT)

leungbk pushed a commit to branch master
in repository guix.

commit 09b2ae95c800b8da1ecc9e12f79421302a1bde33
Author: Brian Leung <address@hidden>
Date:   Tue Sep 24 11:02:36 2019 +0200

    gnu: emacs-evil-surround: Enable tests.
    
    * gnu/packages/emacs-xyz.scm (emacs-evil-surround): 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 1a63949..ce5ae1c 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



reply via email to

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