aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMichael Albinus2025-05-13 09:48:31 +0200
committerMichael Albinus2025-05-13 09:48:31 +0200
commitd1be1c91e0618da5129fcc5a8d42146277efac57 (patch)
tree5db0f47140833229e62331e7a33f1e859553e44d /test
parent40559bf71cd5efdf4c88ab43bc7e55abf3a66c20 (diff)
downloademacs-d1be1c91e0618da5129fcc5a8d42146277efac57.tar.gz
emacs-d1be1c91e0618da5129fcc5a8d42146277efac57.zip
* test/README: Tests in *-tests/ directories are also performed.
Diffstat (limited to 'test')
-rw-r--r--test/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/README b/test/README
index bf2d731215f..a4ddccae742 100644
--- a/test/README
+++ b/test/README
@@ -50,9 +50,9 @@ following targets:
50 Like "make check", but run all tests. 50 Like "make check", but run all tests.
51 51
52* make check-<dirname> 52* make check-<dirname>
53 Like "make check", but run only the tests in test/<dirname>/*.el. 53 Like "make check", but run only the tests in test/<dirname>/*.el and
54 <dirname> is a relative directory path, which has replaced "/" by "-", 54 test/<dirname>/*-tests/*.el. <dirname> is a relative directory path,
55 like in "check-src" or "check-lisp-net". 55 which has replaced "/" by "-", like in "check-src" or "check-lisp-net".
56 56
57* make <filename> -or- make <filename>.log 57* make <filename> -or- make <filename>.log
58 Run all tests declared in <filename>.el. This includes expensive 58 Run all tests declared in <filename>.el. This includes expensive