me
/
guix
Archived
1
0
Fork 0

gnu: emacs-eglot-tempel: Run tests.

* gnu/packages/emacs-xyz.scm (emacs-eglot-tempel)[arguments]: Run tests.
[native-inputs]: Add EMACS-ERT-RUNNER.
Nicolas Goaziou 2022-12-16 18:06:16 +01:00
parent ba48c89ab9
commit 48a2f54dc2
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 7 additions and 0 deletions

View File

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