guix-commits
[Top][All Lists]
Advanced

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

01/08: gnu: emacs-evil-multiedit: Enable tests.


From: guix-commits
Subject: 01/08: gnu: emacs-evil-multiedit: Enable tests.
Date: Fri, 6 Sep 2019 05:29:31 -0400 (EDT)

wigust pushed a commit to branch master
in repository guix.

commit 473d63607291ab71ee7fa917bb0bbc2b6f4d530a
Author: Brian Leung <address@hidden>
Date:   Tue Sep 3 03:50:11 2019 +0200

    gnu: emacs-evil-multiedit: Enable tests.
    
    * gnu/packages/emacs-xyz.scm (emacs-evil-multiedit): Enable tests.
    [inputs]: Add emacs-ert-runner.
    
    Signed-off-by: Oleg Pykhalov <address@hidden>
---
 gnu/packages/emacs-xyz.scm | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8f866fb..3cb4366 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13923,6 +13923,18 @@ describing the key binding changes.")
     (propagated-inputs
      `(("emacs-evil" ,emacs-evil)
        ("emacs-iedit" ,emacs-iedit)))
+    (native-inputs
+     `(("emacs-ert-runner" ,emacs-ert-runner)))
+    (arguments
+     `(#:phases
+       (modify-phases %standard-phases
+         (add-before 'check 'fix-makefile
+           (lambda _
+             (substitute* "Makefile"
+               (("@cask exec ") ""))
+             #t)))
+       #:tests? #t
+       #:test-command '("make" "test")))
     (home-page
      "https://github.com/hlissner/evil-multiedit";)
     (synopsis "Multiple cursors for Evil mode")



reply via email to

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