guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: emacs-suggest: Enable tests.


From: guix-commits
Subject: 03/03: gnu: emacs-suggest: Enable tests.
Date: Mon, 23 Sep 2019 00:33:07 -0400 (EDT)

leungbk pushed a commit to branch master
in repository guix.

commit d5fcb61ea7d404e553a2ec5fe19451b895f762cd
Author: Brian Leung <address@hidden>
Date:   Mon Sep 23 06:27:04 2019 +0200

    gnu: emacs-suggest: Enable tests.
    
    * gnu/packages/emacs-xyz.scm (emacs-suggest): 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 450bb6a..86e2ede 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12863,6 +12863,12 @@ and doesn't require memorisation of commands.
        ("emacs-f" ,emacs-f)
        ("emacs-spinner" ,emacs-spinner)
        ("emacs-shut-up" ,emacs-shut-up)))
+    (native-inputs
+     `(("emacs-ert-runner" ,emacs-ert-runner)
+       ("emacs-undercover" ,emacs-undercover)))
+    (arguments
+     `(#:tests? #t
+       #:test-command '("ert-runner")))
     (synopsis "Suggest Elisp functions that give the output requested")
     (description "Suggest.el will find functions that give the output
 requested.  It's a great way of exploring list, string and arithmetic



reply via email to

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