guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/08: gnu: emacs-eglot-tempel: Run tests.


From: guix-commits
Subject: 03/08: gnu: emacs-eglot-tempel: Run tests.
Date: Fri, 16 Dec 2022 12:36:09 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 48a2f54dc20d4cabfede18fda4fa5267ea618725
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Dec 16 18:06:16 2022 +0100

    gnu: emacs-eglot-tempel: Run tests.
    
    * gnu/packages/emacs-xyz.scm (emacs-eglot-tempel)[arguments]: Run tests.
    [native-inputs]: Add EMACS-ERT-RUNNER.
---
 gnu/packages/emacs-xyz.scm | 7 +++++++
 1 file changed, 7 insertions(+)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]