gnu: emacs-github-review: Enable tests.

* gnu/packages/emacs-xyz.scm (emacs-github-review): Enable tests.
master
Brian Leung 2019-09-21 22:31:48 +02:00
parent e13b354a77
commit 2f587b3f97
No known key found for this signature in database
GPG Key ID: 3ADC75F013D678F9
1 changed files with 6 additions and 0 deletions

View File

@ -14789,6 +14789,12 @@ viewing files with long lines.")
`(("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