From: Stefan Kangas Date: Wed, 7 Sep 2022 01:22:15 +0000 (+0200) Subject: Improve image-tests.el Commentary X-Git-Tag: emacs-29.0.90~1856^2~686 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5308a4e11e72804d6cae56b8ea13c51b3f523c51;p=emacs.git Improve image-tests.el Commentary * test/src/image-tests.el: Doc fix; explain how to run from command line. --- 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 @@ ;;; 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: