1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 03:20:43 +02:00

gnu: emacs-gitlab-ci-mode: Fix tests.

* gnu/packages/emacs-xyz.scm (emacs-gitlab-ci-mode)[arguments]:
Add #:test-command.
[native-inputs]: Add emacs-ert-runner.
This commit is contained in:
Liliana Marie Prikler 2025-03-16 16:49:24 +01:00
parent ed6918f770
commit 934e7173c6
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -17776,6 +17776,8 @@ function you should use as interface to @code{ri} is @samp{M-x yari}.")
(base32
"16fb4r3vq8xkzl911v7gaky95w1agfxjlpaxpjmidwx48rbcar59"))))
(build-system emacs-build-system)
(arguments (list #:test-command #~(list "ert-runner" "tests")))
(native-inputs (list emacs-ert-runner))
(propagated-inputs
(list emacs-yaml-mode))
(home-page "https://gitlab.com/joewreschnig/gitlab-ci-mode/")