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 committed by Maxim Cournoyer
parent 38b2122afb
commit 3c0a466170
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

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