gnu: emacs-autothemer: Run tests.
* gnu/packages/emacs-xyz.scm (emacs-autothemer)[arguments]: Run tests.
This commit is contained in:
parent
38b2122afb
commit
3c0a466170
1 changed files with 6 additions and 0 deletions
|
@ -3760,6 +3760,12 @@ (define-public emacs-autothemer
|
||||||
(base32
|
(base32
|
||||||
"13lj0igrsdycsr8ldv2hilj2x79c888g4lx2ixqn7w29lw6cb44g"))))
|
"13lj0igrsdycsr8ldv2hilj2x79c888g4lx2ixqn7w29lw6cb44g"))))
|
||||||
(build-system emacs-build-system)
|
(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
|
(propagated-inputs
|
||||||
(list emacs-dash))
|
(list emacs-dash))
|
||||||
(home-page "https://github.com/sebastiansturm/autothemer")
|
(home-page "https://github.com/sebastiansturm/autothemer")
|
||||||
|
|
Loading…
Reference in a new issue