lilyp pushed a commit to branch emacs-team
in repository guix.
commit 8190979793355393af0f7bac2603c26a0aa6c106
Author: Liliana Marie Prikler <[email protected]>
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 5649601fb1..2f05ac354c 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