gnu: emacs-deadgrep: Run tests.

* gnu/packages/emacs-xyz.scm (emacs-deadgrep)[arguments]<#:tests?,
[native-inputs]: Add EMACS-ERT-RUNNER, EMACS-UNDERCOVER.
This commit is contained in:
Nicolas Goaziou 2022-11-06 22:35:30 +01:00
parent ab6fb3022d
commit 9c16fb4c0d
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -23877,6 +23877,8 @@ accept and reject GitHub pull requests.")
(build-system emacs-build-system)
(arguments
(list
#:tests? #t
#:test-command #~(list "ert-runner")
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'configure
@ -23886,6 +23888,8 @@ accept and reject GitHub pull requests.")
;; works out-of-the-box.
(emacs-substitute-variables "deadgrep.el"
("deadgrep-executable" ripgrep))))))))
(native-inputs
(list emacs-ert-runner emacs-undercover))
(inputs
(list ripgrep))
(propagated-inputs