mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: emacs-systemd-mode: Run tests.
* gnu/packages/emacs-xyz.scm (emacs-systemd-mode)[arguments]: Fix included files list. Run tests. Change-Id: Ice6f52b93ca76640ab97cda84e7d67fa9ce01023
This commit is contained in:
parent
9e4a0d6be2
commit
b71b6c3a6d
1 changed files with 7 additions and 1 deletions
|
@ -35123,7 +35123,13 @@ (define-public emacs-systemd-mode
|
|||
(base32
|
||||
"0ylgnvpfindg4cxccbqy02ic7p0i9rygf1w16dm1filwhbqvjplq"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments '(#:include '("\\.el$" "\\.txt$")))
|
||||
(arguments
|
||||
(list #:include #~(cons* "\\.txt$" %default-include)
|
||||
#:tests? #true
|
||||
#:test-command #~(list "emacs" "-Q" "--batch"
|
||||
"-L" "."
|
||||
"-l" "test/systemd-tests.el"
|
||||
"-f" "ert-run-tests-batch-and-exit")))
|
||||
(home-page "https://github.com/holomorph/systemd-mode")
|
||||
(synopsis
|
||||
"Major mode for editing systemd units")
|
||||
|
|
Loading…
Reference in a new issue