mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
build-system: emacs: Guess test framework.
* guix/build/emacs-build-system (check-command): New variable. (check): Use it. * guix/build-system/emacs.scm (emacs-build)[test-command]: Set to #f.
This commit is contained in:
parent
3455034376
commit
d1ac3f1947
2 changed files with 24 additions and 13 deletions
|
@ -84,7 +84,7 @@
|
|||
#:key source
|
||||
(tests? (not (%current-target-system)))
|
||||
(parallel-tests? #t)
|
||||
(test-command ''("make" "check"))
|
||||
(test-command #f) ; inferred in emacs-build-system
|
||||
(phases '%standard-phases)
|
||||
(outputs '("out"))
|
||||
(include (quote %default-include))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue