gnu: emacs-moody: Enable minimal tests.

* gnu/packages/emacs-xyz.scm (emacs-moody): Enable minimal tests.
  [arguments]<test-command>: Set it.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Nicolas Graves 2025-04-27 16:52:58 +02:00 committed by Liliana Marie Prikler
parent 0fe3dd7ac1
commit 8971879896
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -2535,6 +2535,8 @@ displayed at the bottom or at the top.")
(sha256
(base32 "1byphhdp41cn2qs91la6fvgzrwgbyx4yaajknvwz8qxzgl2c4aq2"))))
(build-system emacs-build-system)
(arguments
(list #:test-command #~(list "make" "check-declare")))
(propagated-inputs
(list emacs-compat))
(home-page "https://github.com/tarsius/moody")