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:
Liliana Marie Prikler 2025-03-02 11:48:36 +01:00
parent 3455034376
commit d1ac3f1947
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87
2 changed files with 24 additions and 13 deletions

View file

@ -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))