gnu: emacs-helm-gtags: Fix tests.

* gnu/packages/emacs-xyz.scm (emacs-helm-gtags)[arguments]: Add #:test-command.
[native-inputs]: Add emacs-ert-runner.
This commit is contained in:
Liliana Marie Prikler 2025-03-13 20:42:59 +01:00
parent 60763e92c2
commit d0c46fc4f5
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -27157,8 +27157,10 @@ and @code{erc-send-modify-hook} to download and show images.")
(sha256
(base32 "1kc1jzk10nfd2v20g8dwnb6a944afrwdwnkzl06w4ba8k4yim7gi"))))
(build-system emacs-build-system)
(arguments (list #:test-command #~(list "ert-runner" "test")))
(propagated-inputs
(list emacs-helm))
(native-inputs (list emacs-ert-runner))
(home-page "https://github.com/syohex/emacs-helm-gtags")
(synopsis "Emacs Helm interface to GNU Global")
(description