summaryrefslogtreecommitdiff
path: root/test/lib-src/emacsclient-tests.el
diff options
context:
space:
mode:
authorJim Porter <jporterbugs@gmail.com>2022-11-19 22:26:45 -0800
committerJim Porter <jporterbugs@gmail.com>2022-11-24 17:27:11 -0800
commit339893f2e3b5cb7263ba5204e083d5605df72446 (patch)
tree963539dbc2d8a2908c9f6eb03ca75b904ef0d8a8 /test/lib-src/emacsclient-tests.el
parent1c1a82bbedf2a70d97e266d403ba6c45cc139c9b (diff)
downloademacs-339893f2e3b5cb7263ba5204e083d5605df72446.tar.gz
; Add more tests for the Emacs server
* test/lisp/server-tests.el (server-tests/emacs-client) (server-tests/max-wait-time): New constants. (server-tests/start-emacsclient): New function. (server-tests/with-server, server-tests/wait-until): New macros. (server-tests/variable): New variable. (server-test/server-start-sets-minor-mode): Rename to... (server-tests/server-start/sets-minor-mode): ... this. (server-tests/server-start/stop-prompt-with-client) (server-tests/server-start/no-stop-prompt-without-client) (server-tests/emacsclient/server-edit) (server-tests/emacsclient/create-frame, server-test/emacsclient/eval): New tests. * test/lib-src/emacsclient-tests.el: Mention the above file.
Diffstat (limited to 'test/lib-src/emacsclient-tests.el')
-rw-r--r--test/lib-src/emacsclient-tests.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/lib-src/emacsclient-tests.el b/test/lib-src/emacsclient-tests.el
index 1302fbe30ca..0fa3c6facf1 100644
--- a/test/lib-src/emacsclient-tests.el
+++ b/test/lib-src/emacsclient-tests.el
@@ -19,7 +19,9 @@
;;; Commentary:
-;;
+;; Tests for the emacsclient executable. For tests involving the
+;; interaction between emacsclient and an Emacs server, see
+;; test/lisp/server-tests.el.
;;; Code: