gnu: emacs-autothemer: Run tests.

* gnu/packages/emacs-xyz.scm (emacs-autothemer)[arguments]: Run tests.
This commit is contained in:
Nicolas Goaziou 2023-04-18 14:55:33 +02:00
parent 223004ba0e
commit f7238840cc
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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")