gnu: emacs-citre: Fix tests.

* gnu/packages/emacs-xyz.scm (emacs-citre)[arguments]: Add #:test-command.
This commit is contained in:
Liliana Marie Prikler 2025-04-05 10:37:30 +02:00
parent b6f91dd894
commit d355895f21
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -43029,6 +43029,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