guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: emacs-github-review: Enable tests.


From: guix-commits
Subject: 01/02: gnu: emacs-github-review: Enable tests.
Date: Sat, 21 Sep 2019 16:58:53 -0400 (EDT)

leungbk pushed a commit to branch master
in repository guix.

commit 2f587b3f97bf384e6a62acb3af6929b609d184ca
Author: Brian Leung <address@hidden>
Date:   Sat Sep 21 22:31:48 2019 +0200

    gnu: emacs-github-review: Enable tests.
    
    * gnu/packages/emacs-xyz.scm (emacs-github-review): 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 a463f4c..f4311dd 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14789,6 +14789,12 @@ viewing files with long lines.")
        `(("emacs-dash" ,emacs-dash)
          ("emacs-s" ,emacs-s)
          ("emacs-ghub" ,emacs-ghub)))
+      (native-inputs
+       `(("emacs-buttercup" ,emacs-buttercup)
+         ("emacs-undercover" ,emacs-undercover)))
+      (arguments
+       `(#:tests? #t
+         #:test-command '("buttercup" "-L" "test/github-review-test.el")))
       (home-page "https://github.com/charignon/github-review";)
       (synopsis "Review GitHub pull requests within Emacs")
       (description "This package provides commands to pull in, comment on, and



reply via email to

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