guix-commits
[Top][All Lists]
Advanced

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

44/53: gnu: emacs-parent-mode: Run tests.


From: guix-commits
Subject: 44/53: gnu: emacs-parent-mode: Run tests.
Date: Thu, 22 Feb 2024 10:19:05 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 3e7d2a1b46486ff368e95ebfeec23f9c8496f1f8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Feb 22 14:59:54 2024 +0100

    gnu: emacs-parent-mode: Run tests.
    
    * gnu/packages/emacs-xyz.scm (emacs-parent-mode)[arguments]: Run tests.
    
    Change-Id: I2954048a169040cee4905ff579a715117fe24798
---
 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 73b964b46c..2fb4642147 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24640,6 +24640,12 @@ expansions for debugging with Edebug as normal.")
        (sha256
         (base32 "1ki22rkbyglr3wppjph6gy23lcx2nwj9w0ff9h3ryd197j4yvvgi"))))
     (build-system emacs-build-system)
+    (arguments
+     (list
+      #:tests? #t
+      #:test-command #~(list "emacs" "--batch"
+                             "-l" "parent-mode-test.el"
+                             "-f" "ert-run-tests-batch-and-exit")))
     (home-page "https://github.com/Fanael/parent-mode";)
     (synopsis "Get major mode's parent modes")
     (description



reply via email to

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