gnu: emacs-hydra: Enable test.

* gnu/packages/emacs-xyz.scm (emacs-hydra): Enable test.
master
Brian Leung 2019-09-29 01:59:22 +02:00
parent 135b573e83
commit 0263366f75
No known key found for this signature in database
GPG Key ID: 3ADC75F013D678F9
1 changed files with 3 additions and 0 deletions

View File

@ -5086,6 +5086,9 @@ fully-functional one.")
(base32
"0fapvhmhgc9kppf3bvkgry0cd7gyilg7sfvlscfrfjxpx4xvwsfy"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #t
#:test-command '("make" "test")))
(home-page "https://github.com/abo-abo/hydra")
(synopsis "Make Emacs bindings that stick around")
(description