gnu: emacs-suggest: Enable tests.

* gnu/packages/emacs-xyz.scm (emacs-suggest): Enable tests.
This commit is contained in:
Brian Leung 2019-09-23 06:27:04 +02:00
parent 4455def416
commit d5fcb61ea7
No known key found for this signature in database
GPG Key ID: 3ADC75F013D678F9
1 changed files with 6 additions and 0 deletions

View File

@ -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