gnu: emacs-helm-company: Enable test.

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

View File

@ -14591,6 +14591,11 @@ on-line service.")
(propagated-inputs
`(("emacs-helm" ,emacs-helm)
("emacs-company" ,emacs-company)))
(native-inputs
`(("emacs-ert-runner" ,emacs-ert-runner)))
(arguments
`(#:tests? #t
#:test-command '("ert-runner")))
(home-page "https://github.com/Sodel-the-Vociferous/helm-company")
(synopsis "Helm interface for company-mode")
(description