lilyp pushed a commit to branch emacs-team
in repository guix.
commit 1b4ba5492dc2924723b3b2cf8e73f25eae495e7d
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Apr 5 10:37:30 2025 +0200
gnu: emacs-citre: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-citre)[arguments]: Add #:test-command.
---
gnu/packages/emacs-xyz.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index fb1006410a..50145df570 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -42673,6 +42673,9 @@ project.el and xref.el.")
(build-system emacs-build-system)
(arguments
(list
+ ;; Note: "check" also enforces a style that is broken by our
+ ;; ‘set-external-programs’ phase.
+ #:test-command #~(list "make" "test")
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'set-external-programs