gnu: emacs-company-lsp: Enable tests.

* gnu/packages/emacs-xyz.scm (emacs-company-lsp): Enable tests.
master
Brian Leung 2019-09-22 21:31:12 +02:00
parent 0920b41c1d
commit cbf4481a59
No known key found for this signature in database
GPG Key ID: 3ADC75F013D678F9
1 changed files with 5 additions and 0 deletions

View File

@ -3739,6 +3739,11 @@ on context.")
("emacs-company" ,emacs-company)
("emacs-s" ,emacs-s)
("emacs-dash" ,emacs-dash)))
(native-inputs
`(("emacs-buttercup" ,emacs-buttercup)))
(arguments
`(#:tests? #t
#:test-command '("buttercup" "-L" ".")))
(home-page "https://github.com/tigersoldier/company-lsp")
(synopsis "Completion for @code{lsp-mode}")
(description