mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-citre: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-citre)[arguments]: Add #:test-command.
This commit is contained in:
parent
b6f91dd894
commit
d355895f21
1 changed files with 3 additions and 0 deletions
|
@ -43029,6 +43029,9 @@ project.el and xref.el.")
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
;; Note: "check" also enforces a style that is broken by our
|
||||||
|
;; ‘set-external-programs’ phase.
|
||||||
|
#:test-command #~(list "make" "test")
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'set-external-programs
|
(add-after 'unpack 'set-external-programs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue