]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/README: Tests in *-tests/ directories are also performed.
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 13 May 2025 07:48:31 +0000 (09:48 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 14 May 2025 12:34:02 +0000 (14:34 +0200)
(cherry picked from commit d1be1c91e0618da5129fcc5a8d42146277efac57)

test/README

index bf2d731215fb8ed8f4bd41cc5d10bc31a7108fa1..a4ddccae74258eb929fb36e26301f1b9bb0ba467 100644 (file)
@@ -50,9 +50,9 @@ following targets:
   Like "make check", but run all tests.
 
 * make check-<dirname>
-  Like "make check", but run only the tests in test/<dirname>/*.el.
-  <dirname> is a relative directory path, which has replaced "/" by "-",
-  like in "check-src" or "check-lisp-net".
+  Like "make check", but run only the tests in test/<dirname>/*.el and
+  test/<dirname>/*-tests/*.el.  <dirname> is a relative directory path,
+  which has replaced "/" by "-", like in "check-src" or "check-lisp-net".
 
 * make <filename>  -or-  make <filename>.log
   Run all tests declared in <filename>.el.  This includes expensive