gnu: emacs-helpful: Enable tests.
* gnu/packages/emacs-xyz.scm (emacs-helpful): Enable tests.
This commit is contained in:
parent
48efcdafd8
commit
4455def416
|
@ -12790,6 +12790,12 @@ downloading manager for Emacs.")
|
||||||
("emacs-s" ,emacs-s)
|
("emacs-s" ,emacs-s)
|
||||||
("emacs-f" ,emacs-f)
|
("emacs-f" ,emacs-f)
|
||||||
("emacs-shut-up" ,emacs-shut-up)))
|
("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")))
|
||||||
(home-page "https://github.com/Wilfred/helpful")
|
(home-page "https://github.com/Wilfred/helpful")
|
||||||
(synopsis "More contextual information in Emacs help")
|
(synopsis "More contextual information in Emacs help")
|
||||||
(description "@code{helpful} is an alternative to the built-in Emacs help
|
(description "@code{helpful} is an alternative to the built-in Emacs help
|
||||||
|
|
Loading…
Reference in New Issue