gnu: emacs-ivy: Simplify #:test-command.

* gnu/packages/emacs-xyz.scm (emacs-ivy): Simplify #:test-command.
This commit is contained in:
Brian Leung 2019-09-20 17:35:22 +02:00
parent 36d19f0bb2
commit 90fc79d8bf
No known key found for this signature in database
GPG key ID: 3ADC75F013D678F9

View file

@ -5060,9 +5060,7 @@ (define-public emacs-ivy
(lambda _
(delete-file-recursively ".git"))))
#:tests? #t
#:test-command '("emacs" "--batch"
"-l" "ivy-test.el"
"-f" "ivy-test-run-tests")))
#:test-command '("make" "test")))
(propagated-inputs
`(("emacs-hydra" ,emacs-hydra)))
(native-inputs