mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: emacs-islisp-mode: Run tests.
* gnu/packages/emacs-xyz.scm (emacs-islisp-mode)[arguments]: Run tests. [native-inputs]: Add EMACS-ERT-RUNNER.
This commit is contained in:
parent
b770ecb57e
commit
6887a64593
1 changed files with 3 additions and 0 deletions
|
@ -13272,6 +13272,8 @@ (define-public emacs-islisp-mode
|
|||
(arguments
|
||||
(list
|
||||
#:include #~(cons "\\.lsp$" %default-include)
|
||||
#:tests? #true
|
||||
#:test-command #~(list "ert-runner")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
;; Move the extensions source files to the top level, which is
|
||||
|
@ -13292,6 +13294,7 @@ (define-public emacs-islisp-mode
|
|||
("easy-islisp-library-directory"
|
||||
`(or (getenv "EASY_ISLISP")
|
||||
,(search-input-directory inputs "share/eisl/library")))))))))
|
||||
(native-inputs (list emacs-ert-runner))
|
||||
(inputs (list eisl))
|
||||
(home-page "https://gitlab.com/sasanidas/islisp-mode")
|
||||
(synopsis "ISLisp support for Emacs")
|
||||
|
|
Loading…
Reference in a new issue