lilyp pushed a commit to branch emacs-team in repository guix. commit 57f6b7c11030925078c03ce08c5a4a6804c7e3bd 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 e49fad52ca..0e1ab9941f 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -39916,6 +39916,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 @@ -39945,7 +39946,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