gnu: emacs-websocket: Enable some tests.

* gnu/packages/emacs-xyz.scm (emacs-websocket): Enable some tests.
master
Brian Leung 2019-09-25 21:16:33 +02:00
parent eee9277ba5
commit e745dd119a
No known key found for this signature in database
GPG Key ID: 3ADC75F013D678F9
1 changed files with 6 additions and 0 deletions

View File

@ -9965,6 +9965,12 @@ database of references on life sciences.")
(base32 (base32
"1dgrf7na6r6mmkknphzshlbd5fnzisg0qn0j7vfpa38wgsymaq52")))) "1dgrf7na6r6mmkknphzshlbd5fnzisg0qn0j7vfpa38wgsymaq52"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments
`(#:tests? #t
;; TODO: also enable websocket-functional-test.el
#:test-command '("emacs" "--batch"
"-l" "websocket-test.el"
"-f" "ert-run-tests-batch-and-exit")))
(home-page "http://elpa.gnu.org/packages/websocket.html") (home-page "http://elpa.gnu.org/packages/websocket.html")
(synopsis "Emacs WebSocket client and server") (synopsis "Emacs WebSocket client and server")
(description "This is an Elisp library for WebSocket clients to talk to (description "This is an Elisp library for WebSocket clients to talk to