guix-commits
[Top][All Lists]
Advanced

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

09/15: gnu: emacs-autothemer: Run tests.


From: guix-commits
Subject: 09/15: gnu: emacs-autothemer: Run tests.
Date: Tue, 18 Apr 2023 09:21:21 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit f7238840ccf2732e6e088caa21c075a0528c6de8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Apr 18 14:55:33 2023 +0200

    gnu: emacs-autothemer: Run tests.
    
    * gnu/packages/emacs-xyz.scm (emacs-autothemer)[arguments]: Run tests.
---
 gnu/packages/emacs-xyz.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f7091ac82a..cc1dc996f9 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";)



reply via email to

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