diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-04-18 14:55:33 +0200 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-19 20:12:24 -0400 |
commit | 3c0a466170174054c0969d105ac6472a99e72e11 (patch) | |
tree | 6931230d1ce0c85a554fec32b9486c58470475fc /gnu | |
parent | 38b2122afb4b4403ea5f7e3a1fed7eaaa7b5a35e (diff) |
gnu: emacs-autothemer: Run tests.
* gnu/packages/emacs-xyz.scm (emacs-autothemer)[arguments]: Run tests.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index f1a2881845..b13b14b91c 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -3760,6 +3760,12 @@ or XEmacs.") (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") |