diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-04-18 14:55:33 +0200 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-04-18 15:18:59 +0200 |
| commit | f7238840ccf2732e6e088caa21c075a0528c6de8 (patch) | |
| tree | 93c622e55b6c73360526e6e4a36b7a2e9a3652e7 /gnu | |
| parent | 223004ba0ef2cbb020df9c78bb0e53ab1609c0e8 (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 f7091ac82a4..cc1dc996f9a 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm | |||
| @@ -3760,6 +3760,12 @@ or XEmacs.") | |||
| 3760 | (base32 | 3760 | (base32 |
| 3761 | "13lj0igrsdycsr8ldv2hilj2x79c888g4lx2ixqn7w29lw6cb44g")))) | 3761 | "13lj0igrsdycsr8ldv2hilj2x79c888g4lx2ixqn7w29lw6cb44g")))) |
| 3762 | (build-system emacs-build-system) | 3762 | (build-system emacs-build-system) |
| 3763 | (arguments | ||
| 3764 | (list | ||
| 3765 | #:tests? #true | ||
| 3766 | #:test-command #~(list "emacs" "-Q" "--batch" | ||
| 3767 | "-l" "tests/autothemer-tests.el" | ||
| 3768 | "-f" "ert-run-tests-batch-and-exit"))) | ||
| 3763 | (propagated-inputs | 3769 | (propagated-inputs |
| 3764 | (list emacs-dash)) | 3770 | (list emacs-dash)) |
| 3765 | (home-page "https://github.com/sebastiansturm/autothemer") | 3771 | (home-page "https://github.com/sebastiansturm/autothemer") |
