Skip to content
Snippets Groups Projects
Unverified Commit 2f587b3f authored by Brian Leung's avatar Brian Leung
Browse files

gnu: emacs-github-review: Enable tests.

* gnu/packages/emacs-xyz.scm (emacs-github-review): Enable tests.
parent e13b354a
No related branches found
No related tags found
No related merge requests found
...@@ -14789,6 +14789,12 @@ (define-public emacs-github-review ...@@ -14789,6 +14789,12 @@ (define-public emacs-github-review
`(("emacs-dash" ,emacs-dash) `(("emacs-dash" ,emacs-dash)
("emacs-s" ,emacs-s) ("emacs-s" ,emacs-s)
("emacs-ghub" ,emacs-ghub))) ("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") (home-page "https://github.com/charignon/github-review")
(synopsis "Review GitHub pull requests within Emacs") (synopsis "Review GitHub pull requests within Emacs")
(description "This package provides commands to pull in, comment on, and (description "This package provides commands to pull in, comment on, and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment