1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-21 16:45:58 +02: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:
Nicolas Goaziou
2022-12-16 18:24:52 +01:00
parent b770ecb57e
commit 6887a64593
+3
View File
@@ -13272,6 +13272,8 @@ target will call @code{compile} on it.")
(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 @@ target will call @code{compile} on it.")
("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")