lilyp pushed a commit to branch emacs-team
in repository guix.

commit 37eeabd66aaf2234a27060e8573afbd504013f4c
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sun Mar 16 21:52:31 2025 +0100

    gnu: emacs-quickrun: Fix tests.
    
    * gnu/packages/emacs-xyz.scm (emacs-quickrun)[arguments]: Add 
#:test-command.
    [native-inputs]: Add python-wrapper.
---
 gnu/packages/emacs-xyz.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0fc1bf90d3..2d6d719f12 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15431,6 +15431,11 @@ be removed from the front.  This type of data 
structure is sometimes called an
         (base32 "0a1n2v09h0n7d9p2izflqqang4ny0b46dlqvmxvkkik4bb6f4wcz"))
        (file-name (git-file-name name version))))
     (build-system emacs-build-system)
+    (arguments (list #:test-command
+                     #~(list "emacs" "--batch" "-L" "."
+                             "-l" "test/test-quickrun.el"
+                             "-f" "ert-run-tests-batch-and-exit")))
+    (native-inputs (list python-wrapper))
     (home-page "https://github.com/emacsorphanage/quickrun";)
     (synopsis "Execute editing buffer and show its output quickly")
     (description

Reply via email to