gnu: emacs-evil-multiedit: Enable tests.
* gnu/packages/emacs-xyz.scm (emacs-evil-multiedit): Enable tests. [inputs]: Add emacs-ert-runner. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
This commit is contained in:
parent
66d2133500
commit
473d636072
1 changed files with 12 additions and 0 deletions
|
@ -13923,6 +13923,18 @@ describing the key binding changes.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-evil" ,emacs-evil)
|
`(("emacs-evil" ,emacs-evil)
|
||||||
("emacs-iedit" ,emacs-iedit)))
|
("emacs-iedit" ,emacs-iedit)))
|
||||||
|
(native-inputs
|
||||||
|
`(("emacs-ert-runner" ,emacs-ert-runner)))
|
||||||
|
(arguments
|
||||||
|
`(#:phases
|
||||||
|
(modify-phases %standard-phases
|
||||||
|
(add-before 'check 'fix-makefile
|
||||||
|
(lambda _
|
||||||
|
(substitute* "Makefile"
|
||||||
|
(("@cask exec ") ""))
|
||||||
|
#t)))
|
||||||
|
#:tests? #t
|
||||||
|
#:test-command '("make" "test")))
|
||||||
(home-page
|
(home-page
|
||||||
"https://github.com/hlissner/evil-multiedit")
|
"https://github.com/hlissner/evil-multiedit")
|
||||||
(synopsis "Multiple cursors for Evil mode")
|
(synopsis "Multiple cursors for Evil mode")
|
||||||
|
|
Reference in a new issue