From f24ca09e03666b0a47e83f885d03b972ccec63ba Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Tue, 13 May 2025 09:48:31 +0200 Subject: [PATCH] * test/README: Tests in *-tests/ directories are also performed. (cherry picked from commit d1be1c91e0618da5129fcc5a8d42146277efac57) --- test/README | 6 +++--- 1 file 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: Like "make check", but run all tests. * make check- - Like "make check", but run only the tests in test//*.el. - 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//*.el and + test//*-tests/*.el. is a relative directory path, + which has replaced "/" by "-", like in "check-src" or "check-lisp-net". * make -or- make .log Run all tests declared in .el. This includes expensive -- 2.39.5