gnu: emacs-suggest: Enable tests.
* gnu/packages/emacs-xyz.scm (emacs-suggest): Enable tests.
This commit is contained in:
parent
4455def416
commit
d5fcb61ea7
|
@ -12863,6 +12863,12 @@ and doesn't require memorisation of commands.
|
||||||
("emacs-f" ,emacs-f)
|
("emacs-f" ,emacs-f)
|
||||||
("emacs-spinner" ,emacs-spinner)
|
("emacs-spinner" ,emacs-spinner)
|
||||||
("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")))
|
||||||
(synopsis "Suggest Elisp functions that give the output requested")
|
(synopsis "Suggest Elisp functions that give the output requested")
|
||||||
(description "Suggest.el will find functions that give the output
|
(description "Suggest.el will find functions that give the output
|
||||||
requested. It's a great way of exploring list, string and arithmetic
|
requested. It's a great way of exploring list, string and arithmetic
|
||||||
|
|
Loading…
Reference in New Issue