guix-commits
[Top][All Lists]
Advanced

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

05/08: gnu: emacs-evil-exchange: Enable tests.


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

wigust pushed a commit to branch master
in repository guix.

commit 1acf8e7ea8b742f468cff641ec33ce1ced2cafe0
Author: Brian Leung <address@hidden>
Date:   Tue Sep 3 08:43:42 2019 +0200

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8bbaf48..b547f89 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6786,6 +6786,17 @@ a popup window for previewing candidates.")
            "0bjpn4yqig17ddym6wqq5fm1b294q74hzcbj9a6gs97fqiwf88xa"))))
       (build-system emacs-build-system)
       (propagated-inputs `(("emacs-evil" ,emacs-evil)))
+      (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/Dewdrops/evil-exchange";)
       (synopsis "Exchange text easily within Evil")
       (description



reply via email to

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