1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 03:20:43 +02:00

gnu: emacs-hcl-mode: Fix tests.

* gnu/packages/emacs-xyz.scm (emacs-hcl-mode)[arguments]: Add #:test-command.
This commit is contained in:
Liliana Marie Prikler 2025-03-16 15:59:42 +01:00
parent 9dda9bb4c9
commit 664fb41608
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -25523,6 +25523,12 @@ features.")
(sha256
(base32 "0jqrgq15jz6pvx38pnwkizzfiih0d3nxqphyrc92nqpcyimg8b6g"))))
(build-system emacs-build-system)
(arguments (list #:test-command
#~(list "emacs" "--batch" "-l" "test/test-helper.el"
"-l" "test/test-indentation.el"
"-l" "test/test-command.el"
"-l" "test/test-highlighting.el"
"-f" "ert-run-tests-batch-and-exit")))
(home-page "https://github.com/syohex/emacs-hcl-mode")
(synopsis "Major mode for the Hashicorp Configuration Language")
(description