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:
parent
ed6918f770
commit
934e7173c6
1 changed files with 2 additions and 0 deletions
|
@ -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/")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue