aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorStefan Kangas2022-09-07 03:22:15 +0200
committerStefan Kangas2022-09-07 03:22:48 +0200
commit5308a4e11e72804d6cae56b8ea13c51b3f523c51 (patch)
tree48f2c0dfa5720ee0ff8a72d1ee5c9dbb09e5c32f /test
parentca0a8b554a6e56dc988fcafc0778de373ff53489 (diff)
downloademacs-5308a4e11e72804d6cae56b8ea13c51b3f523c51.tar.gz
emacs-5308a4e11e72804d6cae56b8ea13c51b3f523c51.zip
Improve image-tests.el Commentary
* test/src/image-tests.el: Doc fix; explain how to run from command line.
Diffstat (limited to 'test')
-rw-r--r--test/src/image-tests.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/test/src/image-tests.el b/test/src/image-tests.el
index 0a13db67d45..0b2d42ab9f2 100644
--- a/test/src/image-tests.el
+++ b/test/src/image-tests.el
@@ -22,8 +22,11 @@
22;;; Commentary: 22;;; Commentary:
23 23
24;; Most of these tests will only run in a GUI session, and not with 24;; Most of these tests will only run in a GUI session, and not with
25;; "make check". Run them manually in an interactive session with 25;; "make check". You must run them manually in an interactive session
26;; `M-x eval-buffer' followed by `M-x ert'. 26;; with, for example, `M-x eval-buffer' followed by `M-x ert'.
27;;
28;; To run these tests from the command line, try:
29;; ./src/emacs -Q -l test/src/image-tests.el -eval "(ert t)"
27 30
28;;; Code: 31;;; Code:
29 32