gnu: emacs-terraform-mode: Fix tests.

* gnu/packages/emacs-xyz.scm (emacs-terraform-mode)[arguments]:
Add #:test-command.
This commit is contained in:
Liliana Marie Prikler 2025-04-05 12:24:38 +02:00
parent 34badead5e
commit 6cb70e14f8
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -25518,6 +25518,13 @@ highlighting and indentation support.")
(sha256
(base32 "10wndnlsv7f2yn83n1wamnhiwyhxkdlmwld9yk0m2kkxx4pwfgfj"))))
(build-system emacs-build-system)
(arguments
(list #:test-command #~(list "emacs" "--batch"
"-l" "test/test-helper.el"
"-l" "test/test-highlighting.el"
"-l" "test/test-indentation.el"
"-l" "test/test-command.el"
"-f" "ert-run-tests-batch-and-exit")))
(propagated-inputs
(list emacs-dash emacs-hcl-mode))
(home-page "https://github.com/syohex/emacs-terraform-mode")