1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 04:20:44 +02:00

gnu: emacs-markdown-mode: Handle tests.

* gnu/packages/emacs-xyz.scm (emacs-markdown-mode)[arguments]:
Add #:test-command.  Disable with #:tests? #f.
This commit is contained in:
Liliana Marie Prikler 2025-03-09 20:54:13 +01:00
parent a822566563
commit 07fb821544
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -16499,6 +16499,8 @@ Emacs buffers.")
(sha256
(base32 "1w6y18bg0fpvb5xwr827ynzbj0f0nh3dms3n0xq6hg38dcyly46b"))))
(build-system emacs-build-system)
(arguments (list #:test-command #~(list "make" "test")
#:tests? #f)) ; XXX: 5 unexpected results
(home-page "https://jblevins.org/projects/markdown-mode/")
(synopsis "Emacs Major mode for Markdown files")
(description