mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
* test/README: Tests in *-tests/ directories are also performed.
This commit is contained in:
parent
40559bf71c
commit
d1be1c91e0
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue