mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: emacs-autothemer: Run tests.
* gnu/packages/emacs-xyz.scm (emacs-autothemer)[arguments]: Run tests.
This commit is contained in:
parent
223004ba0e
commit
f7238840cc
1 changed files with 6 additions and 0 deletions
|
@ -3760,6 +3760,12 @@ (define-public emacs-autothemer
|
|||
(base32
|
||||
"13lj0igrsdycsr8ldv2hilj2x79c888g4lx2ixqn7w29lw6cb44g"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:tests? #true
|
||||
#:test-command #~(list "emacs" "-Q" "--batch"
|
||||
"-l" "tests/autothemer-tests.el"
|
||||
"-f" "ert-run-tests-batch-and-exit")))
|
||||
(propagated-inputs
|
||||
(list emacs-dash))
|
||||
(home-page "https://github.com/sebastiansturm/autothemer")
|
||||
|
|
Loading…
Reference in a new issue