guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: emacs-loop: Enable tests.


From: guix-commits
Subject: 03/04: gnu: emacs-loop: Enable tests.
Date: Sun, 22 Sep 2019 16:44:54 -0400 (EDT)

leungbk pushed a commit to branch master
in repository guix.

commit 08a36df874b69f5036ac6273006c65996cb884e7
Author: Brian Leung <address@hidden>
Date:   Sun Sep 22 22:36:20 2019 +0200

    gnu: emacs-loop: Enable tests.
    
    * gnu/packages/emacs-xyz.scm (emacs-loop): Enable tests.
---
 gnu/packages/emacs-xyz.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7d38dc3..605fe4b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11993,6 +11993,12 @@ tramp.")
        (sha256
         (base32 "1gs95xnmnn8aa4794k7h8mw1sz1nfdh9v0caqj6yvnsdnwy74n5x"))))
     (build-system emacs-build-system)
+    (native-inputs
+     `(("emacs-ert-runner" ,emacs-ert-runner)
+       ("emacs-undercover" ,emacs-undercover)))
+    (arguments
+     `(#:tests? #t
+       #:test-command '("ert-runner")))
     (home-page "https://github.com/Wilfred/loop.el";)
     (synopsis "Imperative loop structures for Emacs")
     (description "Loop structures familiar to users of other languages.  This



reply via email to

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