lilyp pushed a commit to branch emacs-team
in repository guix.
commit f7f8c81bfc4fb4cf901f6776d46d42504f809bb5
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sun Mar 9 15:19:15 2025 +0100
gnu: emacs-enwc: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-enwc)[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 c5b7929461..3fd2ced044 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23527,6 +23527,9 @@ and performs syntax checks on them.")
(sha256
(base32 "0y8154ykrashgg0bina5ambdrxw2qpimycvjldrk9d67hrccfh3m"))))
(build-system emacs-build-system)
+ (arguments (list #:test-command
+ #~(list "emacs" "-l" "cl-lib"
+ "--batch" "-l" "enwc-test.el")))
(home-page "https://savannah.nongnu.org/p/enwc")
(synopsis "The Emacs Network Client")
(description