mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 19:40:46 +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:
parent
9dda9bb4c9
commit
664fb41608
1 changed files with 6 additions and 0 deletions
|
@ -25523,6 +25523,12 @@ features.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0jqrgq15jz6pvx38pnwkizzfiih0d3nxqphyrc92nqpcyimg8b6g"))))
|
(base32 "0jqrgq15jz6pvx38pnwkizzfiih0d3nxqphyrc92nqpcyimg8b6g"))))
|
||||||
(build-system emacs-build-system)
|
(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")
|
(home-page "https://github.com/syohex/emacs-hcl-mode")
|
||||||
(synopsis "Major mode for the Hashicorp Configuration Language")
|
(synopsis "Major mode for the Hashicorp Configuration Language")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue