mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-terraform-mode: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-terraform-mode)[arguments]: Add #:test-command.
This commit is contained in:
parent
34badead5e
commit
6cb70e14f8
1 changed files with 7 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue