aboutsummaryrefslogtreecommitdiffstats
path: root/test/README
diff options
context:
space:
mode:
authorMichael Albinus2021-01-17 13:37:58 +0100
committerMichael Albinus2021-01-17 13:37:58 +0100
commit39a65844e8d67b5ca3bb2d179e899ff99cd85618 (patch)
treed527633e01c8040a7d5cc8ab5ca70fccca5e6025 /test/README
parent152964362f905ba4f6d60d8c082330b739b8bc8e (diff)
downloademacs-39a65844e8d67b5ca3bb2d179e899ff99cd85618.tar.gz
emacs-39a65844e8d67b5ca3bb2d179e899ff99cd85618.zip
Add new targets to test/Makefile
* test/Makefile.in (SUBDIRS): New variable. (subdir_template): New template. (top) Create new check-<dirname> targets. * test/README: Document them. * test/infra/gitlab-ci.yml (test-lisp-net-inotify): Rename.
Diffstat (limited to 'test/README')
-rw-r--r--test/README9
1 files changed, 4 insertions, 5 deletions
diff --git a/test/README b/test/README
index 38f4a109701..58f5f38bec6 100644
--- a/test/README
+++ b/test/README
@@ -39,11 +39,10 @@ The Makefile in this directory supports the following targets:
39* make check-all 39* make check-all
40 Like "make check", but run all tests. 40 Like "make check", but run all tests.
41 41
42* make check-lisp 42* make check-<dirname>
43 Like "make check", but run only the tests in test/lisp/*.el 43 Like "make check", but run only the tests in test/<dirname>/*.el.
44 44 <dirname> is a relative directory path, which has replaced "/" by "-",
45* make check-net 45 like in "check-src" or "check-lisp-net".
46 Like "make check", but run only the tests in test/lisp/net/*.el
47 46
48* make <filename> -or- make <filename>.log 47* make <filename> -or- make <filename>.log
49 Run all tests declared in <filename>.el. This includes expensive 48 Run all tests declared in <filename>.el. This includes expensive