gnu: emacs-helm-company: Enable test.
* gnu/packages/emacs-xyz.scm (emacs-helm-company): Enable test.master
parent
de3896fb79
commit
135b573e83
|
@ -14591,6 +14591,11 @@ on-line service.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-helm" ,emacs-helm)
|
`(("emacs-helm" ,emacs-helm)
|
||||||
("emacs-company" ,emacs-company)))
|
("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")
|
(home-page "https://github.com/Sodel-the-Vociferous/helm-company")
|
||||||
(synopsis "Helm interface for company-mode")
|
(synopsis "Helm interface for company-mode")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue