gnu: emacs-lispyville: Enable tests.

* gnu/packages/emacs-xyz.scm (emacs-lispyville): Enable tests.
master
Brian Leung 2019-09-21 06:24:28 +02:00
parent 38f549f28d
commit 82b5457118
No known key found for this signature in database
GPG Key ID: 3ADC75F013D678F9
1 changed files with 19 additions and 0 deletions

View File

@ -5347,6 +5347,25 @@ S-expression.")
`(("emacs-evil" ,emacs-evil)
("emacs-lispy" ,emacs-lispy)))
(build-system emacs-build-system)
(arguments
`(#:phases
;; XXX: mysterious whitespace issue with one test
(modify-phases %standard-phases
(add-before 'check 'make-test-writable
(lambda _
(make-file-writable "lispyville-test.el")
#t))
(add-after 'make-test-writable 'remove-test
(lambda _
(emacs-batch-edit-file "lispyville-test.el"
`(progn (progn (goto-char (point-min))
(re-search-forward
"ert-deftest lispyville-comment-and-clone-dwim")
(beginning-of-line)
(kill-sexp))
(basic-save-buffer))))))
#:tests? #t
#:test-command '("make" "test")))
(synopsis "Minor mode for integrating Evil with lispy")
(description
"LispyVille's main purpose is to provide a Lisp editing environment