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

commit c903be23fc5d4a985c2fefe61c7545814ad4373d
Author: Liliana Marie Prikler <liliana.prik...@gmail.com>
AuthorDate: Sun Mar 16 18:51:15 2025 +0100

    gnu: emacs-org-roam: Fix tests.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-roam)[arguments]: Add 
#:test-command.
    [native-inputs]: Add emacs-ert-runner.
---
 gnu/packages/emacs-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 32f09b14bc..2dab93b0f9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -40386,6 +40386,7 @@ go directly to where they belong.")
       (build-system emacs-build-system)
       (arguments
        (list
+        #:test-command #~(list "ert-runner" "tests")
         #:phases
         #~(modify-phases %standard-phases
             ;; Move the extensions source files to the top level, which
@@ -40413,7 +40414,7 @@ go directly to where they belong.")
       (inputs
        (list graphviz))
       (native-inputs
-       (list texinfo))
+       (list emacs-ert-runner texinfo))
       (propagated-inputs
        (list emacs-dash
              emacs-emacsql

Reply via email to