gnu: emacs-evil-exchange: Enable tests.

* gnu/packages/emacs-xyz.scm (emacs-evil-exchange): Enable tests.
[native-inputs]: Add emacs-ert-runner.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
master
Brian Leung 2019-09-03 08:43:42 +02:00 committed by Oleg Pykhalov
parent a8afeb058e
commit 1acf8e7ea8
No known key found for this signature in database
GPG Key ID: 167F8EA5001AFA9C
1 changed files with 11 additions and 0 deletions

View File

@ -6786,6 +6786,17 @@ a popup window for previewing candidates.")
"0bjpn4yqig17ddym6wqq5fm1b294q74hzcbj9a6gs97fqiwf88xa"))))
(build-system emacs-build-system)
(propagated-inputs `(("emacs-evil" ,emacs-evil)))
(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 "https://github.com/Dewdrops/evil-exchange")
(synopsis "Exchange text easily within Evil")
(description