mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-09 22:50:34 +02:00
gnu: emacs-elisp-refs: Enable tests.
* gnu/packages/emacs-xyz.scm (emacs-elisp-refs): Enable tests.
This commit is contained in:
@@ -12021,6 +12021,12 @@ continue.")
|
||||
("emacs-loop" ,emacs-loop)
|
||||
("emacs-s" ,emacs-s)
|
||||
("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/elisp-refs")
|
||||
(synopsis "Find callers of elisp functions or macros")
|
||||
(description "Find references to functions, macros or variables. Unlike a
|
||||
|
||||
Reference in New Issue
Block a user