diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-12-16 18:06:16 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-12-16 18:34:17 +0100 |
commit | 48a2f54dc20d4cabfede18fda4fa5267ea618725 (patch) | |
tree | 344c89581aa2c16c2fd4c2f82803c96c26425d7c | |
parent | ba48c89ab96044ff60b8ed2310dc08cc84409c29 (diff) |
gnu: emacs-eglot-tempel: Run tests.
* gnu/packages/emacs-xyz.scm (emacs-eglot-tempel)[arguments]: Run tests.
[native-inputs]: Add EMACS-ERT-RUNNER.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 839668e848..455317b15d 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -10250,6 +10250,13 @@ call.") (sha256 (base32 "0f4m0bb1f91x9jqfc0ny95a3pfh1mzzjzdjpa6f548hynq8j34ib")))) (build-system emacs-build-system) + (arguments + (list + #:tests? #true + #:test-command #~(list "emacs" "-Q" "-batch" + "-l" "eglot-tempel-tests.el" + "-f" "ert-run-tests-batch-and-exit"))) + (native-inputs (list emacs-ert-runner)) (propagated-inputs (list emacs-eglot emacs-tempel)) (home-page "https://github.com/fejfighter/eglot-tempel") (synopsis "Bridge for Tempel templates with Eglot") |