diff options
author | Brian Leung <leungbk@mailfence.com> | 2019-09-23 06:27:04 +0200 |
---|---|---|
committer | Brian Leung <leungbk@mailfence.com> | 2019-09-23 06:27:04 +0200 |
commit | d5fcb61ea7d404e553a2ec5fe19451b895f762cd (patch) | |
tree | 69b865e343fc794cd3de678f01b5a7abc5fb7f61 /gnu | |
parent | 4455def41631bc01abd378c94f2343f5b6aca40b (diff) | |
download | patches-d5fcb61ea7d404e553a2ec5fe19451b895f762cd.tar patches-d5fcb61ea7d404e553a2ec5fe19451b895f762cd.tar.gz |
gnu: emacs-suggest: Enable tests.
* gnu/packages/emacs-xyz.scm (emacs-suggest): Enable tests.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 450bb6a33c..86e2edebbb 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -12863,6 +12863,12 @@ and doesn't require memorisation of commands. ("emacs-f" ,emacs-f) ("emacs-spinner" ,emacs-spinner) ("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") (description "Suggest.el will find functions that give the output requested. It's a great way of exploring list, string and arithmetic |