gnu: emacs-counsel-etags: Enable tests.
* gnu/packages/emacs-xyz.scm (emacs-counsel-etags): Enable tests.
This commit is contained in:
parent
44799c9f11
commit
5122209dde
|
@ -17316,6 +17316,9 @@ previewed by scrolling up and down within a @code{dired} buffer.")
|
|||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-ivy" ,emacs-ivy)))
|
||||
(arguments
|
||||
`(#:tests? #t
|
||||
#:test-command '("make" "test")))
|
||||
(home-page "https://github.com/redguardtoo/counsel-etags")
|
||||
(synopsis "Fast @code{Ctags}/@code{Etags} solution with @code{ivy-mode}")
|
||||
(description "This package uses @code{ivy-mode} to facilitate navigating
|
||||
|
|
Loading…
Reference in New Issue