]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve image-tests.el Commentary
authorStefan Kangas <stefankangas@gmail.com>
Wed, 7 Sep 2022 01:22:15 +0000 (03:22 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Wed, 7 Sep 2022 01:22:48 +0000 (03:22 +0200)
* test/src/image-tests.el: Doc fix; explain how to run from
command line.

test/src/image-tests.el

index 0a13db67d45b161ac02889d7bdb386b12a37d51f..0b2d42ab9f297b2ac68a39462123a520e735eb29 100644 (file)
 ;;; Commentary:
 
 ;; Most of these tests will only run in a GUI session, and not with
-;; "make check".  Run them manually in an interactive session with
-;; `M-x eval-buffer' followed by `M-x ert'.
+;; "make check".  You must run them manually in an interactive session
+;; with, for example, `M-x eval-buffer' followed by `M-x ert'.
+;;
+;; To run these tests from the command line, try:
+;;     ./src/emacs -Q -l test/src/image-tests.el -eval "(ert t)"
 
 ;;; Code: