mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-erlang: Fix tests.
* gnu/packages/erlang.scm (emacs-erlang)[arguments]: Add #:test-command.
This commit is contained in:
parent
198fb55bfd
commit
9c9eaac6fb
1 changed files with 5 additions and 1 deletions
|
@ -204,7 +204,11 @@ built-in support for concurrency, distribution and fault tolerance.")
|
|||
(source (package-source erlang))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:lisp-directory "lib/tools/emacs"))
|
||||
(list #:lisp-directory "lib/tools/emacs"
|
||||
#:test-command
|
||||
#~(list "emacs" "-Q" "--batch" "-L" "." "-l" "erlang.el"
|
||||
"-l" "erlang-test.el" "-f"
|
||||
"ert-run-tests-batch-and-exit")))
|
||||
(home-page "https://www.erlang.org/")
|
||||
(synopsis "Erlang major mode for Emacs")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue