[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: emacs-websocket: Enable some tests.
From: |
guix-commits |
Subject: |
05/06: gnu: emacs-websocket: Enable some tests. |
Date: |
Thu, 26 Sep 2019 00:59:31 -0400 (EDT) |
leungbk pushed a commit to branch master
in repository guix.
commit e745dd119a3ba2d5b9475f79ef515758e0bc684a
Author: Brian Leung <address@hidden>
Date: Wed Sep 25 21:16:33 2019 +0200
gnu: emacs-websocket: Enable some tests.
* gnu/packages/emacs-xyz.scm (emacs-websocket): Enable some tests.
---
gnu/packages/emacs-xyz.scm | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7ae3702..f4e0df0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9965,6 +9965,12 @@ database of references on life sciences.")
(base32
"1dgrf7na6r6mmkknphzshlbd5fnzisg0qn0j7vfpa38wgsymaq52"))))
(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")
(synopsis "Emacs WebSocket client and server")
(description "This is an Elisp library for WebSocket clients to talk to
- branch master updated (91af103 -> 82431a1), guix-commits, 2019/09/26
- 01/06: gnu: emacs-evil-nerd-commenter: Enable tests., guix-commits, 2019/09/26
- 03/06: gnu: emacs-web-mode: Don't use unstable tarball., guix-commits, 2019/09/26
- 05/06: gnu: emacs-websocket: Enable some tests.,
guix-commits <=
- 02/06: gnu: emacs-yaml-mode: Update to 0.0.14., guix-commits, 2019/09/26
- 06/06: gnu: emacs-nov-el: Update to 0.2.9., guix-commits, 2019/09/26
- 04/06: gnu: emacs-make-it-so: Update to 0.1.0-2.b73dfb6., guix-commits, 2019/09/26