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

* gnu/packages/emacs-xyz.scm (emacs-ivy): Simplify #:test-command.
master
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
1 changed files with 1 additions and 3 deletions

View File

@ -5060,9 +5060,7 @@ automatically.")
(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